function writeTipsEnVennSkjema(){
//alert("ttt");
	myPageUrl = document.location;
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0\" width=\"282\" height=\"160\" id=\"tipsenvenn\" align=\"middle\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"allowFullScreen\" value=\"false\" /><param name=\"movie\" value=\"/sitefiles/44/dev/tipsenvenn2.swf?myPageUrl=");
	document.write(myPageUrl);
	document.write("\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#ffffff\" /> <embed src=\"/sitefiles/44/dev/tipsenvenn2.swf?myPageUrl=");
	document.write(myPageUrl);
	document.write("\" quality=\"high\" bgcolor=\"#ffffff\" width=\"282\" height=\"160\" name=\"tipsenvenn\" align=\"middle\" allowScriptAccess=\"sameDomain\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\" /></object>");
}


function openForm(myId){
	//alert(myId);
	myForm = document.getElementById(myId);
	//myForm.style.visibility = 'visible';
	myForm.style.display = 'block';
}

function closeForm(myId){
	myForm = document.getElementById(myId);
	//myForm.style.visibility = 'hidden';
	myForm.style.display = 'none';
}
