var WName=1;

function flash(name,w,h,cl)
{
	if (cl=="")
	{
		cl="#FFFFFF";
	}
	if (w=="")
	{
		w="100%";
	}
	if (h=="")
	{
		h="100%";
	}
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" WIDTH='+w+' HEIGHT='+h+'>');
	document.write('<PARAM NAME=movie VALUE="'+name+'">');
	document.write('<PARAM NAME=menu VALUE=false>');
	document.write('<PARAM NAME=quality VALUE=high>');
	document.write('<PARAM NAME=bgcolor VALUE='+cl+'>');
	document.write('<EMBED src="QuebecTransit.swf" menu=false quality=high bgcolor=#FFFFFF  WIDTH='+w+' HEIGHT='+h+' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&P5_Language=English&Lang=French&P5_Language=French"></EMBED>');
	document.write('</OBJECT>');
}

function flashJS(name,w,h,cl)
{
	if (cl=="")
	{
		cl="#FFFFFF";
	}
	if (w=="")
	{
		w="100%";
	}
	if (h=="")
	{
		h="100%";
	}
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"  id=Print WIDTH='+w+' HEIGHT='+h+'>');
	document.write('<PARAM NAME=movie VALUE="'+name+'">');
	document.write('<PARAM NAME=menu VALUE=false>');
	document.write('<PARAM NAME=quality VALUE=high>');
	document.write('<PARAM NAME=bgcolor VALUE='+cl+'>');
	document.write('<EMBED src="QuebecTransit.swf" menu=false quality=high bgcolor=#FFFFFF  WIDTH='+w+' HEIGHT='+h+' name="Print" TYPE="application/x-shockwave-flash" swliveconnect=true name=Print PLUGINSPAGE="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&P5_Language=English&Lang=French&P5_Language=French"></EMBED>');
	document.write('</OBJECT>');
}
function Calculate()
{
	var str = "left=0,screenX=0,top=0,screenY=0";
	
	
	WName=WName+1;
	MyWindow="Cal"+WName;
	URL="../Require/CalCulF.html";

	
	 str=" width=450 height=400,scrollbars=0,top=100,left=200,menubar = 0,titlebar = 0,toolbar = 0,directories=0,status=0,location=0,resizable = 1,fullscreen = 0";
	window.open(URL,MyWindow,str);	
}
