<!--
function geturl(theURL, name, theWidth, theHeight) {
	crumbs = eval ("'toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,top=0,left=0,width=" + theWidth + ",height=" + theHeight + "'");
	window.open(theURL, name, crumbs);
}
//-->