// Routage vers Frame
var coolbrowse = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 3 )));

var framebrowse = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 5 )) ||
          ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
if (framebrowse) {
		if (top.location == self.location) {
		top.location.href = "http://www.gdland.com"
		}
}
// Supprimer Right click
var fake="";
function clickIE() {if (document.all) {(fake);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(fake);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
//
function Menu(){
	var a=arguments[0];
	if (a==0){
	}
	if (a==1){
	}
	if (a==2){
	}
	if (a==3){
	}
	if (a==22){
	}
	if (a==99){
	}
	if (a==100){
		document.location="/welcome.asp"
	}
}
