<!-- Begin

function G(UR)

{

if (!e)

var e=window.event;

if (e)

e.cancelBubble=true;

if(UR)

url= ("http://"+UR+".multimediaimpact.ca");

window.location.href=url;

}



function G2(UR)

{

if (!e)

var e=window.event;

if (e)

e.cancelBubble=true;

if(UR)

window.contentframe.location="docs.docs/"+UR+"c.htm";

window.menuframe.location="docs.docs/"+UR+"m.htm";

}



function G3(UR)

{

if (!e)

var e=window.event;

if (e)

e.cancelBubble=true;

if(UR)

{

	url= ("../contenu/"+UR+".htm");

	var topX, leftY;

	topX =  (window.screen.height-384)/2;

	leftY = (window.screen.width-765)/2;

	miscwin = window.open(url,'misc','height=384,width=765,toolbar=0,directories=0,menubar=0,status=0,resizable=0,location=0,scrollbars=0,copyhistory=0,screenX='+topX+',screenY='+leftY+',top='+topX+',left='+leftY);

	}

}



var message="!";

function newImage(arg)

	{

	if (document.images)

		{

		rslt = new Image();

		rslt.src = arg;

		return rslt;

		}

	}



function changeImages()

{

if (document.images && (preloadFlag == true))

	{

	for (var i=0; i<changeImages.arguments.length; i+=2)

		{

		document[changeImages.arguments[i]].src = changeImages.arguments[i+1];

		}

	}

}



function clickIE()

{

if (document.all)

	{

	return false;

	}

}



function clickNS(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=clickNS;

}

else

{

document.onmouseup=clickNS;

document.oncontextmenu=clickIE;

}



document.oncontextmenu=new Function("return false")

document.onselectstart=new Function("return false")

document.ondragstart=new Function("return false")

//  End -->