function openPopup(url){
	popUp=window.open(url, "popup", "width=600,height=600,status=no,toolbar=no,menubar=no,scrollbars=yes");
}
