//POPUP WINDOW

var theoptions="toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no";

function spot(what)
{

	switch (what)
	{
		case "film01BD":				{url="http://secur.hebergement-pro.com/semaine2004/jeune_femme/index_petit.html?exit_case="+what+"";w="280";h="280";}break;
		case "film01HD":				{url="http://secur.hebergement-pro.com/semaine2004/jeune_femme/index.html?exit_case="+what+"";w="400";h="420";}break;
		
		case "film02BD":				{url="http://secur.hebergement-pro.com/semaine2004/la_mere/index_petit.html?exit_case="+what+"";w="280";h="280";}break;
		case "film02HD":				{url="http://secur.hebergement-pro.com/semaine2004/la_mere/index.html?exit_case="+what+"";w="400";h="420";}break;
		
		case "film03BD":				{url="http://secur.hebergement-pro.com/semaine2004/le_motard/index_petit.html?exit_case="+what+"";w="280";h="280";}break;
		case "film03HD":				{url="http://secur.hebergement-pro.com/semaine2004/le_motard/index.html?exit_case="+what+"";w="400";h="420";}break;
		
		case "film04BD":				{url="http://secur.hebergement-pro.com/semaine2004/le_samu/index_petit.html?exit_case="+what+"";w="280";h="280";}break;
		case "film04HD":				{url="http://secur.hebergement-pro.com/semaine2004/le_samu/index.html?exit_case="+what+"";w="400";h="420";}break;
		
		case "film05BD":				{url="http://secur.hebergement-pro.com/janvier2006/index_petit.html?exit_case="+what+"";w="280";h="280";}break;
		case "film05HD":				{url="http://secur.hebergement-pro.com/janvier2006/index.html?exit_case="+what+"";w="400";h="420";}break;
		
		case "bison01BD":				{url="http://secur.hebergement-pro.com/bisonfute2006/index_calendrierBD.html?exit_case="+what+"";w="280";h="280";}break;
		case "bison01HD":				{url="http://secur.hebergement-pro.com/bisonfute2006/index_calendrierHD.html?exit_case="+what+"";w="400";h="420";}break;
		
		case "bison02BD":				{url="http://secur.hebergement-pro.com/bisonfute2006/index_matrixBD.html?exit_case="+what+"";w="280";h="280";}break;
		case "bison02HD":				{url="http://secur.hebergement-pro.com/bisonfute2006/index_matrixHD.html?exit_case="+what+"";w="400";h="420";}break;
		
		default:{}
	}

screenh=(screen.height-h)/2;
screenw=(screen.width-w)/2;

popup=self.open (this.url,'DSCR','top='+screenh+',left='+screenw+','+theoptions+',width='+this.w+',height='+this.h+'');
	if(popup.blur)
	{
		popup.focus();
	}
}