// JavaScript Document
function afficherBandeau(){
	
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='728' height='130'>\n");
  document.write("<param name='movie' value='header.swf'>\n");
  document.write("<param name='wmode' value='opaque'>\n");
  document.write("<param name='quality' value='high'>\n");
  document.write("<embed src='header.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='728' height='130' wmode='opaque'></embed>\n");
document.write("</object>\n");
	
	}
	
function afficherDiapo(){
		document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='160' height='80' hspace='0' vspace='3'>\n");
                document.write("<param name='FlashVars' value='param_categorieAffichee=csqinternational&param_categoriesDansListe=csqinternational&param_couleurFond=0xFDEFC7' />\n");
                document.write("<param name='allowScriptAccess' value='always' />\n");
                document.write("<param name='movie' value='http://Outilscsq.csq.qc.net/diaporamas/module/mod_diaporamas.swf' />\n");
                document.write("<param name='quality' value='high' />\n");
			    document.write("<param name='WMODE' value='opaque'> \n");
                document.write("<param name='bgcolor' value='#ffffff' />\n");
                document.write("<embed src='http://Outilscsq.csq.qc.net/diaporamas/module/mod_diaporamas.swf' width='160' height='80' hspace='0' vspace='3' flashvars='param_categorieAffichee=csqinternational&param_categoriesDansListe=csqinternational&param_couleurFond=0xFDEFC7' quality='high' bgcolor='#ffffff' wmode='opaque' allowscriptaccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /> \n");                               
		document.write("</object>\n");
	}
	
function afficherVideo(){
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='160' align='center' height='103' hspace='0' vspace='3'>\n");
                document.write("<param name='FlashVars' value='param_categorieAffichee=international&param_categoriesDansListe=international&param_couleurFond=0xFDEFC7' />\n");
                document.write("<param name='allowScriptAccess' value='always' />\n");
                document.write("<param name='movie' value='http://Outilscsq.csq.qc.net/videoramas/module/mod_videoramas.swf' />\n");
                document.write("<param name='quality' value='high' />\n");
                document.write("<param name='bgcolor' value='#ffffff' />\n");
				document.write("<param name='WMODE' value='opaque'> \n");
                document.write("<embed src='http://Outilscsq.csq.qc.net/videoramas/module/mod_videoramas.swf' width='160' height='103' hspace='0' vspace='3' flashvars='param_categorieAffichee=international&param_categoriesDansListe=international&param_couleurFond=0xFDEFC7' quality='high' bgcolor='#ffffff' allowscriptaccess='always' type='application/x-shockwave-flash' wmode='opaque' pluginspage='http://www.macromedia.com/go/getflashplayer' />\n");              
              document.write("</object>\n");
	}

