function OpenWindow(sInput)
{
    var sPage = '../products/pages/main.asp?in=' +sInput
	window.open(sPage,'myWindow','width=625,height=500,screenX=100,screenY=100,top=100,left=100,scrollbars=yes,resizable=yes');
}
function OpenWindowHome(sInput)
{
    var sPage = 'products/pages/main.asp?in=' +sInput
	window.open(sPage,'myWindow','width=625,height=500,screenX=100,screenY=100,top=100,left=100,scrollbars=yes,resizable=yes');
}