var imag=new Array();
var imag1=new Array();
var Reso="1024";
var Repert="Images/";
var j=1;
var CirImg_Id;

function Loadimg(Num) {
return;

}
function Baseimg() {
 if (screen.width<1024) 
 	{
	document.write('<table WIDTH="732px" align="center" height="859px"  background="Images/Fond800.jpg" border="0"  class="Bord" cellpadding="0" cellspacing="0">');
	}
			 
else if (screen.width==1024) 
	{
	document.write('<table WIDTH="1004px" align="center" height="1178px"  background="Images/Fond1024.jpg" border="0"  class="Bord" cellpadding="0" cellspacing="0">');
	}
else  
	{
	document.write('<br><br><br><table WIDTH="1240px" align="center" height="1455px"  background="Images/Fond1280.jpg" border="0"  class="Bord" cellpadding="0" cellspacing="0">');
	}
}

