var browser=navigator.appName;

function openDiv(){
	//alert ("browser " + browser);
	if (browser=="Microsoft Internet Explorer") {
		document.getElementById("flashAd").style.height = "100%";
	} else {
		document.getElementById("flashAd").style.height = "425px";
	}
	//alert ("open div ! " + document.getElementById("flashAd").style.height);
}
function closeDiv(){
	document.getElementById("flashAd").style.height = "173px";
	//alert ("close div");
}
function redirectRSPmatic(){
	winstyle="height=470,width=780,status=no,toolbar=no,menubar=no,location=no,scrollbars=no";
	// This will popup the Upload window
	window.open("http://www.rbcbanqueroyale.com/produits/reer/reer-matique/launch.html","rspmatic",winstyle);	
}
function downloadBox(){
	winstyle="height=550,width=425,status=no,toolbar=no,menubar=no,location=no,scrollbars=no";
	// This will popup the Upload window
	window.open("http://www.rbcbanqueroyale.com/produits/reer/donationbox_fr.pdf","rspmatic",winstyle);
}