// Function for LaToile Quebec ( KeyWord Variable)

function get_keyword(name){
	name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
	var regexS = "[\\?&]"+name+"=([^&#]*)";  
	var regex = new RegExp( regexS );  
	var results = regex.exec( window.location.href );  
	if( results == null )    
	return "";  
	else    
	return results[1];
}
// End function get_keyword

function GetDim(Posi)
{		
	var tab=new Array;
        tab["adsense_superbanner"] ="728x91";
        tab["adsense_bigbox"]      ="300x251";
        tab["adsense_skyscraper"]  ="160x601";
	tab["superbanner"]	   ="728x90";
	tab["bigbox"]		   ="300x250";
	tab["skyscraper"]	   ="120x600,160x600";
	tab["popup"]		   ="500x500";
	tab["banner"]		   ="468x60";
	tab["button"]		   ="120x60,234x60";
	tab["button1"]		   ="120x60";
	tab["button4"]		   ="162x128";
	tab["button5"]		   ="162x250,230x250";
	tab["button6"]		   ="170x60,120x60";
	tab["ezone"]		   ="400x250";
	tab["advertorial"]	   ="306x140";
	tab["special"]		   ="190x50";
	tab["special1"]		   ="468x60";
	tab["special2"]		   ="120x60,234x60";	
	tab["smartsearch"]    	   ="620x225";
	tab["virtualpaper"]        ="300x132";		
	tab["gladiator"]           ="300x35";		
	tab["belair_newcar"]	   ="315x50";
	tab["belair_usedcar"]	   ="298x50";
	tab["halfpage"]		   ="300x600,120x600,160x600,300x250";
	tab["adsense_superbanner"] ="728x91";
	tab["adsense_bigbox"]      ="300x251";
	tab["adsense_skyscraper"]  ="160x601";	
        tab["gm_300x125"]          = "300x125";
        tab["gm_225x168"]          = "225x168";
	return tab[Posi];
}


