// JavaScript Document
<!--
   function Open(page) 
    {
	    var openwindow = window.open(page, "", "width = 470, height = 260, left=250, top=225");
	}
//-->