if (top.document==self.document) {window.name = 'mainframe';}
if(parseInt(navigator.appVersion) < 4) {	//document.location = 'browser.html';	w_open('browser.html',350,300);}

function w_open(urlStr,w,h) {	this_win=window.open(urlStr,"edit","scrollbars=yes,resizable=no,width=" + w + ",height=" + h + ",top=5").focus();}function w_open2(urlStr,navn,w,h) {	this_win=window.open(urlStr,navn,"scrollbars=no,resizable=no,width=" + w + ",height=" + h + ",top=5").focus();}
function donothing(){}
function noEntry(felt, titel){	if ((felt.value.length<1)||(felt.value.substring(0,2)=="**")){  		alert("Please fill out " + titel);  		if (felt.value!="** none **") {  		felt.value="**";  		}  	error=1;	felt.focus();	} return error;}