function loadFrames(frame1,page1,frame2,page2) {
eval("parent."+frame1+".location='"+page1+"'");
eval("parent."+frame2+".location='"+page2+"'");
}

function b(URL,breed,hoog) {
window.open(URL, '', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,left=80,top=150,x=80,y=150,width='+breed+',height='+hoog);
}
function Print()
{
window.print();
}
<!-- Begin popup voor 3d presentatie dataflair
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
isNN = document.layers ? 1 : 0; 
function noContext(){return false;}
function noContextKey(e) {
    if(isNN){
        if (e.keyCode == 96){ return (false);}
    } else {
        if (event.keyCode == 96){ return (false);}
    }
}
function noClick(e){
    if(isNN){
        if(e.which > 1) {return false;}
    } else { 
        if(event.button > 1){return false;}
    }
}
if(isNN){ 
    document.captureEvents(Event.MOUSEDOWN);
}
document.oncontextmenu = noContext;
document.onkeypress    = noContextKey;
document.onmousedown   = noClick;
document.onmouseup     = noClick;
function goToURL() { window.location = "index.htm"; }
 var bVersie=parseInt(navigator.appVersion);
 var bNaam=navigator.appName;
if (top.frames.length < 3)
	{
  	document.write('<frameset rows="103,*,24" framespacing="0" border="0" frameborder="no">'); 
  	document.write('<frame name="boven" scrolling="no" noresize target="midden" src="/TopMenu/boven_c.htm" marginheight="0" marginwidth="0">');

  if (bVersie >= 4) {if (bNaam == "Microsoft Internet Explorer"){
   document.write('<frame name="midden" SRC="" SCROLLING=AUTO MARGINWIDTH=0 MARGINHEIGHT=0>');
   top.frames[1].location="#document";}
  else
  document.write('<frame name="midden" SRC="#document" SCROLLING=AUTO MARGINWIDTH=0 MARGINHEIGHT=0>');}
  document.write('<frame name="onder" src="http://www.webmove.nl/partyservice/test.htm"  noresize scrolling="no" marginheight="0" marginwidth="0" frameborder="no" target="_self">');
  document.write('</frameset>');}
