function popImg(iName) 
{
			 var pURL='pop.aspx?pi='+iName;
			 pInfo='toolbar=0,';
			 pInfo+='location=0,';
			 pInfo+='directories=0,';
			 pInfo+='status=0,';
			 pInfo+='menubar=0,';
			 pInfo+='scrollbars=0,';
			 pInfo+='resizable=1,';
			 pInfo+='width=200,';
			 pInfo+='height=200';
			 window.open(pURL, 'bigPop', pInfo);
}

function NewWindow(u,n,w,h,f,p,x,y)
{
var ws=window.screen?1:0,m=Math,C='center',R='random',M='custom',sw=screen.availWidth,sh=screen.availHeight,T=(p==C&&ws)?(sh-h)/2:(p==R&&ws)?(m.floor(m.random()*(sh-h))):(p==M)?y:100,L=(p==C&&ws)?(sw-w)/2:(p==R&&ws)?(m.floor(m.random()*(sw-w))):(p==M)?x:100,s='width='+w+',height='+h+',top='+T+',left='+L;s+=(!f||f=='')?'':','+f;win=window.open(u,n,s);
if(win.focus)win.focus();
}


function PopupCentrer(page,largeur,hauteur,options)
{
  var top=(screen.height-hauteur)/2;
  var left=(screen.width-largeur)/2;
  window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}


function ShowDetail(src)
{
	resdetailer.innerHTML = src;
	//MiniDetail.style.posTop = document.c
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=300,left = 262,top = 234');");
}



		
		
