function setFlashIntoPage(thePathX, thePathY, theWidth, theHeight )
	{
	
document.getElementById("leftTiker").innerHTML = '<br><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+theWidth +'" height="'+theHeight +'">' +
    '<param name=movie value="'+ thePathX +'">'+
	'<param name=quality value=high>'+
    '<embed src="'+thePathX +'" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+theWidth +'" height="'+ theHeight  +'">'+
    '</embed> '+
  '</object> <br><br><br>'+

  '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+theWidth +'" height="'+theHeight +'">' +
    '<param name=movie value="'+ thePathY +'">'+
	'<param name=quality value=high>'+
    '<embed src="'+thePathY +'" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+theWidth +'" height="'+ theHeight  +'">'+
    '</embed> '+
  '</object>'

  
//  '<a href="/flash/cargo.asp"><img src="/images/pic/cargobtn.jpg" border="0"></a>'    ;
  }
function  openwinDialog()
{
	
	window.open("searchFly.asp",null,"height=400,width=400,status=yes,toolbar=no,menubar=no,location=no");
	
	
}
