// JavaScript Document

function openPage(page, iWidth, iHeight) {
	window.open(page,'n','resizable=yes,scrollbars=yes,width='+iWidth+',height='+iHeight+',left=0,top=0')
}
 
