// JavaScript Code for Opening a Pop-Up window

function popup(Page) {
	 window.open(Page,"AWI","toolbar=no,resizable=yes,scrollbars,left=100,top=20,screenX=100,screenY=20,height=650,width=600");
     }

// End