function Windowopen(website) 
{
window.open(website,'','top=2,left=100,height=500,width=450,toolbar=0,location=0,directories=0,menubar=0,scrollbars=1,resizable=1,status=0');
}

function Windowopen2(website) 
{
window.open(website,'','top=2,left=100,height=601,width=650,toolbar=0,location=0,directories=0,menubar=0,scrollbars=1,resizable=1,status=0');
}