var mainomni=MyGenericTagVar.mainsection;
var newsection2=MyGenericTagVar.sectionLevel2;
var newsection3=MyGenericTagVar.sectionLevel3;
var newsection4=MyGenericTagVar.sectionLevel4;
var newsection5=MyGenericTagVar.sectionLevel5;
MyGenericTagVar.mainsection=newsection2;
MyGenericTagVar.sectionLevel2=newsection3;
MyGenericTagVar.sectionLevel3=newsection4;
MyGenericTagVar.sectionLevel4=newsection5;

// 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["superbanner"]	="728x90";
	tab["bigbox"]		="300x250";
	tab["skyscraper"]	="120x600,160x600";
	tab["popup"]		="500x500";
	tab["button"]		="120x60";
	tab["tile"]	        ="160x80";
	tab["banner"]		="468x60";
	tab["doublebanner"]	="468x120";
	return tab[Posi];
}


