<!--

// titel in topframe
if(top!=self)top.document.title=document.title;


// dreamweaver functie
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}


// varibele naar menu sturen
function interactive(sendText){
     // asigns a variable
	window.parent.leftFrame.navmenu.SetVariable('itemnr',sendText);
	// go to label and execute actions
	window.parent.leftFrame.navmenu.TCallLabel('/', 'js'); 
	//window.parent.leftFrame.navmenu.TGotoLabel("/", sendText); 
}



// nieuw window openen
function MM_openBrWindow() { //v2.0
	NewWindow=window.open('filmclip.htm','','width=420,height=420,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');  
	NewWindow.focus();
void(0);
}
//-->

