function popup(URL,sHeight,sWidth) {
	OpenWin=this.open(URL,"_blank","status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no,titlebar=no,width="+sWidth+",height="+sHeight);
}