function openWindow(url){
	window.open(url, "PopUpWin", "location=yes, toolbar=yes, scrollbars=yes, resizable=yes");
}