
/*functie om aangepaste styles voor de Mac te zetten*/
if(document.layers && navigator.appVersion.indexOf("Mac")!=-1){
	document.write("<style>\n")
	document.write(".normaal {  font-family: Helvetica, sans-serif; font-size: 11pt; line-height: 18pt}\n\n")
	document.write(".nieuws {  font-family: Helvetica, sans-serif; font-size: 11pt; line-height: 12pt}\n\n")
	document.write("</style>\n")
}


/*NN functie*/
function Herlaad(){
	if(orgBreedte!=window.innerWidth || orgHoogte!=window.innerHeight)document.location.reload()
}

if (document.layers){
	orgBreedte=window.innerWidth
	orgHoogte=window.innerHeight
	window.onresize=Herlaad()
}


/*functie voor popupwindow*/
if(navigator.appVersion.indexOf("MSIE")!=-1 && navigator.appVersion.indexOf("Win")!=-1)var detailVenster=null

function O(url){
	if(navigator.appVersion.indexOf("MSIE")!=-1 && 
	   navigator.appVersion.indexOf("Win")!=-1 &&
	   detailVenster && detailVenster.open){
		detailVenster.close()
	}
	detailVenster=window.open(url,"detailVenster","width=600,height=600,location=no,status=no,menubar=no,scrollbars=no,resizable=no,left=10,top=10")
	detailVenster.focus()
}

function bigger(url){
	if(navigator.appVersion.indexOf("MSIE")!=-1 && 
	   navigator.appVersion.indexOf("Win")!=-1 &&
	   detailVenster && detailVenster.open){
		detailVenster.close()
	}
	detailVenster=window.open(url,"detailVenster","width=400,height=600,location=no,status=no")
	detailVenster.focus()
}

/* functie om het flashmenu te resetten*/
function menu_off(){
window.parent.linkermenuFrame.location.reload();
}
