
function openwin(thewindow,theurl,wwidth,wheight) {
	window.open(theurl,thewindow,'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+wwidth+',height='+wheight);
}


