/*

AGRICARB 2007 | © DELTA WEB http://www.delta-web.com



*/

function writeFL (id,src,W,H,WM,pathrp,arg)
{
	document.write("<object id='"+id+"' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,19,0' width='"+W+"' height='"+H+"' align='middle'>");
	document.write("<param name='allowScriptAccess' value='always'>");
	document.write("<param name='wmode' value='"+WM+"'>");
	document.write("<param name='movie' value="+src+">");
	document.write("<param name='movie' value="+src+">");
	document.write("<param name='flashvars' value='arg="+arg+"&pathRP="+pathrp+"'>");
	document.write("<param name='quality' value='high'>");
	document.write("<embed name='"+id+"' src="+src+" flashvars='arg="+arg+"&pathRP="+pathrp+"' allowScriptAccess='always' width='"+W+"' height='"+H+"' wmode='"+WM+"' align='middle' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed>");
	document.write("</object>");
}

function writeFL2 (id,src,W,H,WM)
{
	document.write("<table width='100%' height='100%' border='0' cellspacing='0' cellpadding='0'><tr><td width='100%' height='100%'>");
	document.write("<object id='"+id+"' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,19,0' width='"+W+"' height='"+H+"' align='middle'>");
	document.write("<param name='allowScriptAccess' value='always'>");
	document.write("<param name='wmode' value='"+WM+"'>");
	document.write("<param name='movie' value="+src+">");
	document.write("<param name='quality' value='high'>");
	document.write("<embed name='"+id+"' src="+src+" allowScriptAccess='always' width='"+W+"' height='"+H+"' wmode='"+WM+"' align='middle' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed>");
	document.write("</object>");
	document.write("</td><td><img width='0' height='650' /></td></tr><tr><td><img width='980' height='0' /></td><td></td></tr></table>");
}

var hideToggle = false;

function toggleHideShow(id,mess1,mess2)
{
	if(hideToggle)
	{
		document.getElementById(id).style.display = "none";
		hideToggle = false;
	} else {
		document.getElementById(id).style.display = "block";
		hideToggle = true;
	}
}

function writeInfo()
{
		document.write("<div id='info' style='display:none;'><a href='#'onclick=\"hide('info');\"><strong>AGRICARB</strong> <strong>|</strong> 8, rue Jean Macé - BP 11 <strong>|</strong> 69 881 MEYZIEU CEDEX <strong>|</strong> Tel: 00 (0)4 78 04 28 47 <strong>|</strong> Fax : 33 (0)4 72 02 78 63<br />SIRET 334 316 886 00030 | APE 287 A<br /><br /></a></div>");
		
}

function writePdp()
{
	
	document.write("<p class='floatRight'><a href='#' onclick=\"show('info');\">Informations l&eacute;gales</a> | <a href='contact.php'>Contactez-nous</a> | AGRICARB  2008</p>");
}

function hide(id)
{
	document.getElementById(id).style.display = "none";
}

function show(id)
{
	document.getElementById(id).style.display = "block";
}

function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
