function popWindow(id)
{
	window.open("http://www.bluegorilla.com/sendtofriend.aspx?id=" + id, "email", "height=350,width=500,screenx=400,screeny=200,dependent=no,resizable=no,location=no,scrollbars=no,menubar=no,status=no,titlebar=no");
	//window.open("http://localhost:2064/sendtofriend.aspx?id=" + id, "email", "height=350,width=500,screenx=400,screeny=200,dependent=no,resizable=no,location=no,scrollbars=no,menubar=no,status=no,titlebar=no");

}

function GetBgsku()
{
    var strBgsku = document.getElementById("lblBgsku").innerHTML;
    emailWindow(strBgsku);

}

 function emailWindow(id)
{
    window.open("http://www.bluegorilla.com/sendtofriend.aspx?id=" + id, "email", "height=350,width=500,screenx=400,screeny=200,dependent=no,resizable=no,location=no,scrollbars=no,menubar=no,status=no,titlebar=no");
    //window.open("http://localhost:2064/sendtofriend.aspx?id=" + id, "email", "height=350,width=500,screenx=400,screeny=200,dependent=no,resizable=no,location=no,scrollbars=no,menubar=no,status=no,titlebar=no");

}
