//Script de Gorrk.
document.write(unescape("%3Cscript%20language%3D%22JavaScript%22%3E%0D%0A//%20%20Script%20de%20Gorrk.%0D%0Afunction%20init_imageOver%28%29%20%7B%0D%0A%09if%28document.getElementById%29%20%7B%0D%0A%09%09var%20j%3D0%3B%0D%0A%09%09var%20k%3D0%3B%0D%0A%09%09var%20l%3D0%3B%0D%0A%09%09for%28var%20i%3D0%3Bi%3Cdocument.images.length%3Bi++%29%20%7B%0D%0A%09%09%09var%20image%3Ddocument.images%5Bi%5D%3B%0D%0A%09%09%09if%28%21image.getAttribute%28%22overSrc%22%2C%22false%22%29%20%26%26%20%21image.getAttribute%28%22clickSrc%22%2C%22false%22%29%29%20continue%3B%0D%0A%09%09%09eval%28%22outImage%22+j+%22%3Dnew%20Image%28%29%3B%22%29%3B%0D%0A%09%09%09eval%28%22outImage%22+j+%22.src%3Dimage.src%3B%22%29%3B%0D%0A%09%09%09if%28image.getAttribute%28%22overSrc%22%2C%22false%22%29%29%20%7B%0D%0A%09%09%09%09eval%28%22overImage%22+k+%22%3Dnew%20Image%28%29%3B%22%29%3B%0D%0A%09%09%09%09eval%28%22overImage%22+k+%22.src%3Dimage.getAttribute%28%27overSrc%27%2Cfalse%29%3B%22%29%3B%0D%0A%09%09%09%09image.onmouseover%3Dnew%20Function%28%22this.src%3DoverImage%22+k+%22.src%22%29%3B%0D%0A%09%09%09%09k++%3B%0D%0A%09%09%09%7D%0D%0A%09%09%09if%28image.getAttribute%28%22clickSrc%22%2C%22false%22%29%29%20%7B%0D%0A%09%09%09%09eval%28%22clickImage%22+l+%22%3Dnew%20Image%28%29%3B%22%29%3B%0D%0A%09%09%09%09eval%28%22clickImage%22+l+%22.src%3Dimage.getAttribute%28%27clickSrc%27%2Cfalse%29%3B%22%29%3B%0D%0A%09%09%09%09image.onmousedown%3Dnew%20Function%28%22this.src%3DclickImage%22+l+%22.src%3B%22%29%3B%0D%0A%09%09%09%09image.onmouseup%3Dnew%20Function%28%22this.src%3DoutImage%22+j+%22.src%3B%22%29%3B%0D%0A%09%09%09%09l++%3B%0D%0A%09%09%09%7D%0D%0A%09%09%09image.onmouseout%3Dnew%20Function%28%22this.src%3DoutImage%22+j+%22.src%22%29%3B%0D%0A%09%09%09j++%3B%09%09%0D%0A%09%09%7D%0D%0A%09%7D%0D%0A%7D%0D%0Aonload%3Dinit_imageOver%3B%0D%0A//%20%20Script%20de%20Gorrk.%0D%0A%3C/script%3E"));
//	Script de Gorrk.



function ouvre_fenetre(page, largeur, hauteur, haut, gauche,scrollbars){
var left = LeftPosition=(screen.width)?(screen.width-largeur)/2:100;
var top = TopPosition=(screen.height)?(screen.height-hauteur)/2:100;
msgWindow=window.open(page,"displayWindow","toolbar=0,width="+largeur+",height="+hauteur+",directories=0,status=0,scrollbars="+scrollbars+",resize=0,menubar=0, top="+top+", left="+left)
/*
msgWindow=window.open(page,"displayWindow","toolbar=0,width="+largeur+",height="+hauteur+",directories=0,status=0,scrollbars="+scrollbars+",resize=0,menubar=0, top="+haut+", left="+gauche)
*/
}
//<A onclick="ouvre_fenetre('page', width, height, top, left);" href="javascript:void(0)">Lien</A>


var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
	if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
	if(pos=="center"){
		LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;
	}else if((pos!="center" && pos!="random") || pos==null){
		LeftPosition=0;TopPosition=20;
	}
	settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
	win=window.open(mypage,myname,settings);
if(win.focus){win.focus();}}

//<a href="$url" onclick="NewWindow(this.href,'image','400','300','yes','center');return false" onfocus="this.blur()">YourLinkText</a>
