function checkB4Submit(formobj)
{
 check = true;
 if(typeof(formobj.CarrierID)!='undefined')
 {
 	notChooseable = new Array('99','50');
 	for(element in notChooseable)
 	{
 		if(parseInt(notChooseable[element])==parseInt(formobj.CarrierID.options[formobj.CarrierID.selectedIndex].value))
 		{
 			check = false;
 		}
 	}
 }
 
 if(!check)alert(formobj.CarrierID.options[formobj.CarrierID.selectedIndex].text + 'is not allowed');
 return check;
}


function verkleinern()
{
	document.getElementById("01").style.width="100px";
	document.getElementById("01").style.height="100px";
	document.getElementById("02").style.margin="0 0 0 -500px";
}
function vergroessern()
{
	document.getElementById("01").style.width="600px";
	document.getElementById("01").style.height="600px";
	document.getElementById("02").style.margin="0px";
}
function FlashMovie(swfsrc, url, target, kl, gr)
{
	document.write("<div id='01' style='position:absolute; top:0px; right:0px; width:100px; height:100px; overflow:hidden; z-index: 1;'>");
	document.write("<div id='02' style='margin-left:-500px;'>");
	AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width','600','height','600','src',swfsrc+'?url='+url+'&kl='+kl+'&gr='+gr,'quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie',swfsrc+'?url='+url+'&kl='+kl+'&gr='+gr, 'wmode', 'transparent', 'AllowScriptAccess', 'always' );
	document.write("</div>");
	document.write("</div>");
}

		
