
document.write('<META http-equiv="Page-Exit" CONTENT="progid:DXImageTransform.Microsoft.Fade(duration=0.3,Overlap=1.00);  " />');

if (top.frames.length !=0)
	{top.location.href= "index.htm"} ;

function octaviamsg(txt) { window.status=txt; }

// (C) 2004 CodeLifter.com
/*
function nrcIE(){
	if (document.all){return false;}}
function nrcNS(e){
	if(document.layers||(document.getElementById&&!document.all)){ 
	if (e.which==2||e.which==3){
	return false;}}} 
	if (document.layers){
	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown=nrcNS;
	}else{document.onmouseup=nrcNS;document.oncontextmenu=nrcIE;}
	document.oncontextmenu=new Function("return false");
*/




// ############### stijlwisseling HOOFDMENU-OPTIE AAN/UIT ######################################

/*
function hoofdmenu(optie, toestand) {
	identity=top.octaviahoofdmenu.document.getElementById(optie);
	identity.className=toestand;
}

function heelhoofdmenu(toestand) {
	hoofdmenu ('hfd01',toestand);
	hoofdmenu ('hfd02',toestand);
	hoofdmenu ('hfd03',toestand);
	hoofdmenu ('hfd04',toestand);
	hoofdmenu ('hfd05',toestand);
	hoofdmenu ('hfd06',toestand);
	hoofdmenu ('hfd07',toestand);
	hoofdmenu ('hfd08',toestand);
	hoofdmenu ('hfd09',toestand);
}

function hoofdstuk(optie, toestand) {
	heelhoofdmenu ('aan'); 
	hoofdmenu (optie, toestand);
}
*/


// ############### stijlwisseling TEKSTVLAK GROOT/KLEIN #####################################

function tekstvlak(optie, toestand) {
	identity=top.document.getElementById(optie);
	identity.className=toestand;
}

function toestand(optie, toestand) {
	identity=top.document.getElementById(optie);
	identity.className=toestand;
}

function openofsluit(optie) {
	identity=top.document.getElementById(optie);
	toestand=identity.className;
	if (toestand=='groot') 	{ identity.className='klein'; }
	else			{ identity.className='groot'; }
}



