var j = 0;
function Load()
{
if( j == 0 )
{
window.open("http://www.webinvis.com","","width=750px,height=600px");
}
j = 1;
}