function openPopup (theURL, windowName) {
//use this function for any type of standard popup

window.open(theURL, windowName, "toolbar=yes,width=560,height=560,status=no,scrollbars,resizable=yes,menubar=yes,location=no,screenX=25,screenY=25,left=25,top=25");
	
return false;

}