function popupWindow(url, screenXY) {
	var myconf =  'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,top=150,left=150,' + screenXY;
	window.open(url,'popupWindow',myconf);
}
