function opensite(page) {

var wname= Math.floor(Math.random()*1500);
wname= "window" + wname + "no";
extwin = open (page,wname,"left= 10,top=10, toolbar=yes,status=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,width=750,height=550");

}

