

mydoctitle = ">> Integrativ Management Consulting: " + document.title + " << "; 
parent.document.title = mydoctitle; 


framename = "integrativ_index_header"
if (top.frames.length == 0 || parent.frames[0].name != framename)
{
	location.replace("index.html");
	
}


function showURL(URL) {
window.open(URL,"","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=800,height=600,left=20,top=20");
}
function imagemover(imgName) {

    document[imgName].src = eval(imgName + "on.src");
}

function imagemout(imgName) {
    document[imgName].src = eval(imgName + "off.src");
}
