<!-- Begin POP-UP SIZES AND OPTIONS CODE


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var close_button 	= "yes"		// GALLERY CLOSE BUTTON ON/OFF
var slideshow_button 	= "yes"		// SLIDESHOW BUTTON ON/OFF
right_click_on		= "yes"		// RIGHT CLICK PROTECTION ON
var viewer	 	= "no"		// yes/FULL SCREEN OR no/POPUP MODE


// OTHER OPTIONS YOU CAN CHANGE


border_color		= "FFFFFF"	// PICTURE OUTLINE COLOR
var background_colors	= "A0A0A0"	// BACKROUND COLOR OF THE GALLERY POPUP

var view_width 		= 800		// GALLERY POPUP WIDTH
var view_height 	= 600		// GALLERY POPUP HEIGHT
var lg_view_width 	= 750		// GALLERY POPUP WIDTH
var lg_view_height 	= 500		// GALLERY POPUP HEIGHT

var slideshow_width 	= 650		// SLIDESHOW POPUP WINDOW WIDTH
var slideshow_height 	= 475		// SLIDESHOW POPUP WINDOW HEIGHT

var FAQ_width 		= 400		// FAQ POPUP HEIGHT
var FAQ_height 		= 500		// FAQ POPUP HEIGHT
var viewerfaq	 	= "no"		// FAQ SECTION yes/FULL SCREEN OR no/POPUP MODE

var scrollbarS 		= "1"		// TURN ON POPUP SCROLLBARS "1" FOR ON "0" FOR OFF
var faqscrollbarS 	= "0"		// TURN ON FAQ SCROLLBARS "1" FOR ON "0" FOR OFF


// COPYRIGHT 2004 © ROiWeb Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// START POPUP CODE


function popUp(URL) {
   if (viewer == "no") {
var look='toolbar=0,scrollbars=' + scrollbarS + ',location=0,statusbar=0,menubar=0,resizable=1,width='+view_width+',height='+view_height+','
popwin=window.open("","",look)
}
else 
if (viewer == "yes") {
popwin=window.open("","")
}
popwin.document.open()
popwin.document.write('<html><head><title>Close Up</title>')
popwin.document.write('<link rel=StyleSheet href="corporatestyle.css" type="text/css" media="screen">')
   if (right_click_on == "yes") {
popwin.document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
popwin.document.write('<script language="JavaScript">')
popwin.document.write('function noRightClick() {')
popwin.document.write('if (event.button==2) {')
popwin.document.write('alert(\'Vous ne pouvez pas utiliser le clic droit de votre souris sur cette page.\')')
popwin.document.write('}')
popwin.document.write('}')
popwin.document.write('document.onmousedown=noRightClick')
popwin.document.write('</script>')
}
popwin.document.write('</head>')
popwin.document.write('<body bgcolor="#'+background_colors+'" leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0 marginheight=0 marginwidth=0>')


popwin.document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%" height="100%" ><tr><td align="center">')
popwin.document.write('<br>')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#' + border_color + '" style="border-collapse:collapse"><tr><td>')
//popwin.document.write('<img src="'+URL+'" width="720" height="540">')
popwin.document.write('<img src="'+URL+'">')
popwin.document.write('</td></tr></table>')
popwin.document.write('</td></tr><tr><td valign="bottom" align="center">')
popwin.document.write('<TABLE cellpadding="0" cellspacing="1" border="0" width="100%"><tr><td  width="50%">')
   if (close_button == "yes") {
popwin.document.write('<form style="margin: 0px"><input type="button" value="Fermer" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups" onClick=\'self.close()\'></form>')
}
   if (slideshow_button == "yes") {
popwin.document.write('</td><td width="50%">')
popwin.document.write('<form action="slideshow.htm" style="margin: 0px"><input type="submit" value="Visionneuse" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups"></form>')
}
popwin.document.write('</td></tr></table>')
popwin.document.write('</td></tr></table>')
popwin.document.write('</body>')
popwin.document.close()
}


function popUpLarge(URL) {

URLlg = URL + "_1_lg.jpg";
URLa = URL + "_1_lg.jpg"; 
URLb = URL + "_2_lg.jpg"; 
URLc = URL + "_3_lg.jpg"; 
URLd = URL + "_4_lg.jpg";
URLe = URL + "_5_lg.jpg"; 
URLf = URL + "_6_lg.jpg"; 
URLg = URL + "_7_lg.jpg"; 
URLh = URL + "_8_lg.jpg"; 
URLi = URL + "_9_lg.jpg";
URLj = URL + "_10_lg.jpg"; 
URLlglg = URL + "_1_lg_lg.jpg";


if (viewer == "no") {
var look='toolbar=0,scrollbars=' + scrollbarS + ',location=0,statusbar=0,menubar=0,resizable=1,width='+lg_view_width+',height='+lg_view_height+','
popwin=window.open("","",look)
}
else 
if (viewer == "yes") {
popwin=window.open("","")
}
popwin.document.open()
popwin.document.write('<html><head><title>Les jeux BaronDesEchecs à la loupe</title>')


popwin.document.write('<link rel=StyleSheet href="corporatestyle.css" type="text/css" media="screen">')
   if (right_click_on == "yes") {
popwin.document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
popwin.document.write('<script language="JavaScript">')
popwin.document.write('function noRightClick() {')
popwin.document.write('if (event.button==2) {')
popwin.document.write('alert(\'Vous ne pouvez pas utiliser le clic droit de votre souris sur cette page.\')')
popwin.document.write('}')
popwin.document.write('}')

popwin.document.write('document.onmousedown=noRightClick')
popwin.document.write('</script>')
}
popwin.document.write('<script></script>')
//--------------------------------------------------------------------------------
popwin.document.write('<script DEFER language="JavaScript" src="popcloseup.js">')
popwin.document.write('</script>')
//--------------------------------------------------------------------------------
//alert("Freddie");

popwin.document.write('<script language="JavaScript">')
popwin.document.write('function change1(imgName) {')
popwin.document.write('if (document.images) {')
popwin.document.write('newURL = eval(imgName + ".src");')
popwin.document.write('document["centerPic"].src= newURL;')
popwin.document.write('URLlglg = newURL.substring(0,(newURL.length - 4))+"_lg.jpg";')
popwin.document.write('}')
popwin.document.write('}')

popwin.document.write('if (document.images) {')	
		
		popwin.document.write('image1= new Image(480,360);')
		popwin.document.write('image1.src="'+URL+'_1_lg.jpg";')
		popwin.document.write('image2= new Image(480,360);')				
		popwin.document.write('image2.src="'+URL+'_2_lg.jpg";')
		popwin.document.write('image3= new Image(480,360);')
		popwin.document.write('image3.src="'+URL+'_3_lg.jpg";')
		popwin.document.write('image4= new Image(480,360);')		
		popwin.document.write('image4.src="'+URL+'_4_lg.jpg";')
		popwin.document.write('image5= new Image(480,360);')
		popwin.document.write('image5.src="'+URL+'_5_lg.jpg";')
		popwin.document.write('image6= new Image(480,360);')
		popwin.document.write('image6.src="'+URL+'_6_lg.jpg";')
		popwin.document.write('image7= new Image(480,360);')
		popwin.document.write('image7.src="'+URL+'_7_lg.jpg";')
		popwin.document.write('image8= new Image(480,360);')
		popwin.document.write('image8.src="'+URL+'_8_lg.jpg";')
		popwin.document.write('image9= new Image(480,360);')
		popwin.document.write('image9.src="'+URL+'_9_lg.jpg";')
		popwin.document.write('image10= new Image(480,360);')
		popwin.document.write('image10.src="'+URL+'_10_lg.jpg";')
		
		popwin.document.write('URLlglg="'+URL+'_1_lg_lg.jpg";')
		
   popwin.document.write('}')

popwin.document.write('</script>')
//end me
popwin.document.write('</head>')
popwin.document.write('<body bgcolor="#'+background_colors+'" leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0 marginheight=0 marginwidth=0>')
popwin.document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%" height="100%" ><tr><td align="center">')

popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>')
popwin.document.write('<IMG SRC="picts/small-windows.gif" HEIGHT="25" WIDTH="25" alt="" ></td><td>')
popwin.document.write('<span><font color="#FFFFFF"><b>Cliquez sur une image pour l\'afficher au centre de la visionneuse.</b></font></span><br></td></tr></table>')

popwin.document.write('<br><br>')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#' + border_color + '" style="border-collapse:collapse">')

popwin.document.write('<tr><td>')


popwin.document.write('<TABLE cellpadding="0" cellspacing="10" border="0" bordercolor="#' + border_color + '" style="border-collapse:collapse">')
if ((URL.indexOf("TH") == -1) && (URL.indexOf("TB") == -1)) {
	popwin.document.write('<tr><td><a href="#" onClick="change1(\'image1\'); return false"><img src="'+URLa+'" width="80" height="60" border=1 bordercolor="FFFFFF"></a></td></tr>')
	popwin.document.write('<tr><td><a href="#" onClick="change1(\'image2\'); return false"><img src="'+URLb+'" width="80" height="60" border=1></a></td></tr>')
	popwin.document.write('<tr><td><a href="#" onClick="change1(\'image3\'); return false"><img src="'+URLc+'" width="80" height="60" border=1></a></td></tr>')
	popwin.document.write('<tr><td><a href="#" onClick="change1(\'image4\'); return false"><img src="'+URLd+'" width="80" height="60" border=1></a></td></tr>')
	popwin.document.write('<tr><td><a href="#" onClick="change1(\'image5\'); return false"><img src="'+URLe+'" width="80" height="60" border=1></a></td></tr></table>')
} else {
	popwin.document.write('<tr>')
}
if ((URL.indexOf("TH") == -1) && (URL.indexOf("TB") == -1))
	popwin.document.write('<td><img src="'+URLlg+'" name="centerPic" width="480" border=1></td><td>')
else
	popwin.document.write('<td><a href="#" onClick="popUp(URLlglg); return false"><img src="'+URLlg+'" name="centerPic"></a></td><td>')

popwin.document.write('<TABLE cellpadding="0" cellspacing="10" border="0" bordercolor="#' + border_color + '" style="border-collapse:collapse">')
if ((URL.indexOf("TH") == -1) && (URL.indexOf("TB") == -1)) {
	popwin.document.write('<tr><td><a href="#" onClick="change1(\'image6\'); return false"><img src="'+URLf+'" width="80" height="60" border=1></a></td></tr>')
	popwin.document.write('<tr><td><a href="#" onClick="change1(\'image7\'); return false"><img src="'+URLg+'" width="80" height="60" border=1></a></td></tr>')
	popwin.document.write('<tr><td><a href="#" onClick="change1(\'image8\'); return false"><img src="'+URLh+'" width="80" height="60" border=1></a></td></tr>')
	popwin.document.write('<tr><td><a href="#" onClick="change1(\'image9\'); return false"><img src="'+URLi+'" width="80" height="60" border=1></a></td></tr>')
	popwin.document.write('<tr><td><a href="#" onClick="change1(\'image10\'); return false"><img src="'+URLj+'" width="80" height="60" border=1></a></td></tr></table>')
}



popwin.document.write('</td></tr></table>')
popwin.document.write('</td></tr><tr><td valign="bottom" align="center">')
popwin.document.write('<TABLE cellpadding="0" cellspacing="1" border="0" width="100%"><tr><td  width="50%">')
   if (close_button == "yes") {
popwin.document.write('<form style="margin: 0px"><input type="button" value="Fermer" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups" onClick=\'self.close()\'></form>')
}

popwin.document.write('</td></tr></table>')
popwin.document.write('</td></tr></table>')
popwin.document.write('</body>')
popwin.document.close()
}




// START SLIDESHOW POPUP CODE



function popUpSlideshow(URL) {

day = new Date();
id = day.getTime();
   if (viewer == "no") {
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=' + scrollbarS + ',location=0,statusbar=0,menubar=0,resizable=1,width='+slideshow_width+',height='+slideshow_height+'');");
}
else 
if (viewer == "yes") {
eval("page" + id + " = window.open(URL);");
}
}




// START FAQ POPUP



function popUpFAQ(URL) {
day = new Date();
id = day.getTime();
   if (viewerfaq == "no") {
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=' + faqscrollbarS + ',location=0,statusbar=0,menubar=0,resizable=1,width='+FAQ_width+',height='+FAQ_height+'');");
}
else 
if (viewerfaq == "yes") {
eval("page" + id + " = window.open(URL);");
}
}





//  End -->
