function openWin(p_sURL, p_iWidth, p_iHeight) {
	window.open (p_sURL, "mywindow","menubar=0,resizable=0,width=" + p_iWidth+ ",height=" + p_iHeight); 
}
