function openPopup(popurl ,popname, popwidth, popheight){
	window.open(popurl,popname,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrolling=0,scrollbars=0,resizable=no,width=' + popwidth + ',height=' + popheight);
}
