
 function openwindows()
{
    window.open("ipage.html", "",
		"width=460,height=150,scrollbars=0,left=" +
		((screen.width - 460)/2) + ",top=" + ((screen.height - 150)/2) )
}

