if(document.domain == "cdinfo.com"){
	document.domain = "cdinfo.com";
}else if(document.domain == "luminnov.com"){
	document.domain = "luminnov.com";
}else if(document.domain == "localhost"){
	document.domain = "localhost";
}else if(document.domain == "cdinfo.no-ip.com"){
	document.domain = "cdinfo.no-ip.com";
};
//parent.resizeframe(0, false);
//alert(document.body.offsetHeight);

//var information = 3000;

/*
if(information != null){
		parent.resizeframe(information, false);
	}else{
		parent.resizeframe(document.body.offsetHeight+30, false);
}*/

function changeSize(information, newsPosition){
	if(information != "rien"){
			parent.resizeframe(information, newsPosition);
			if(document.getElementById("ligne_gauche") != null){
				document.getElementById("ligne_gauche").style.height = information+"px";
			}
	}else{
		if(document.getElementById("ligne_gauche") != null){
			document.getElementById("ligne_gauche").style.height = document.body.offsetHeight+30+"px";
			parent.resizeframe(document.body.offsetHeight+30, newsPosition);
		}
	}
}
function showNewsManager(none){
	parent.showNewsManager();
}
function showJobsManager(none){
	parent.showJobsManager();
}
//
function hideManager(none){
	parent.hideManager2();
}
function checkpage(){
	parent.pagecheck(document.URL);
}