
function init()
  {//v3.0
    if (navigator.appName == "Netscape")
    {
      layerRef="document.layers";
      styleSwitch="";
    }
    else
    {
      layerRef="document.all";
      styleSwitch=".style";
	      }
  }


function partialAction(id) {
if (!id) {id=''};
      
 if (document.getElementById('partial_checkbox'+id).value == 'on')
 {
   document.getElementById('percents'+id).innerHTML='&nbsp;(100% completed)';  document.getElementById('partial_checkbox'+id).value ='off' 
 } 
    else {document.getElementById('percents'+id).innerHTML=' &nbsp;(Specify the approximate percent <input id="percent_field'+id+'" type="text" value="" name="percent" size="3">)'; document.getElementById('partial_checkbox'+id).value ='on'}
      
}


function checkSendVersion(id) {
 if (document.getElementById('partial_checkbox'+id).value == 'on' && document.getElementById('percent_field'+id).value == '')
      {
	    alert('Fill "approximate percent" field'); return false;
      }      
      
 else {return true}      
}

function checkSendNewVersion(id) {
  if (!id) {id=''};
  if (!document.getElementById('new_version_name').value)
      {
	    alert('Specify the version title, for example "translation"');return false;
      }
   if (document.getElementById('partial_checkbox'+id).value == 'on' && document.getElementById('percent_field'+id).value == '')
      {
	    alert('Fill "approximate percent" field'); return false;
      }     
      
}






function Preload()
{ 
  var args = Preload.arguments;
  document.imageArray = new Array(args.length);
  for(var i=0; i<args.length; i++)
  {
    document.imageArray[i] = new Image; 
    document.imageArray[i].src = args[i];
  }
  
}
function ch_image1() {i1.src="/assets/images/aboutuseover.gif";
eval(layerRef+'["i1"]'+styleSwitch+'.color="#fafafa"');}
function ch_image11() {i1.src="/assets/images/aboutusedark.gif";
eval(layerRef+'["i1"]'+styleSwitch+'.color="#dadada"');}
function ch_image2() {i2.src="/assets/images/serviceseover.gif";
eval(layerRef+'["i2"]'+styleSwitch+'.color="#fafafa"');}
function ch_image21() {i2.src="/assets/images/servicesedark.gif";
eval(layerRef+'["i2"]'+styleSwitch+'.color="#dadada"');}
function ch_image3() {i3.src="/assets/images/priceeover.gif";
eval(layerRef+'["i3"]'+styleSwitch+'.color="#fafafa"');}
function ch_image31() {i3.src="/assets/images/priceedark.gif";
eval(layerRef+'["i3"]'+styleSwitch+'.color="#dadada"');}
function ch_image4() {i4.src="/assets/images/ordereover.gif";;
eval(layerRef+'["i4"]'+styleSwitch+'.color="#fafafa"');}
function ch_image41() {i4.src="/assets/images/orderedark.gif";
eval(layerRef+'["i4"]'+styleSwitch+'.color="#dadada"');}
function ch_image5() {i5.src="/assets/images/faqeover.gif";
eval(layerRef+'["i5"]'+styleSwitch+'.color="#fafafa"');}
function ch_image51() {i5.src="/assets/images/faqedark.gif";
eval(layerRef+'["i5"]'+styleSwitch+'.color="#dadada"');}
function ch_image6() {i6.src="/assets/images/vacancieseover.gif";
eval(layerRef+'["i6"]'+styleSwitch+'.color="#fafafa"');}
function ch_image61() {i6.src="/assets/images/vacanciesedark.gif";
eval(layerRef+'["i6"]'+styleSwitch+'.color="#dadada"');}
function ch_image7() {i7.src="/assets/images/contactseover.gif";
eval(layerRef+'["i7"]'+styleSwitch+'.color="#fafafa"');}
function ch_image71() {i7.src="/assets/images/contactsedark.gif";
eval(layerRef+'["i7"]'+styleSwitch+'.color="#dadada"');}
function ch_image8() {eval(layerRef+'["kn"]'+styleSwitch+'.color="#fafafa"');
	i8.src="/assets/images/knopkaen_light.gif"}
function ch_image81() {eval(layerRef+'["kn"]'+styleSwitch+'.color="#dadada"');
	i8.src="/assets/images/knopkaen.gif"}
function ch_image9() {ruseng.src="/assets/images/ruseng1.gif"}
function ch_image91() {ruseng.src="/assets/images/ruseng.gif"}
function ch_image10() {ruseng.src="/assets/images/ruseng2.gif"}
function ch_image101() {ruseng.src="/assets/images/ruseng.gif"}

function ch_image_cl() {cli.src="/assets/images/clients_en_light.gif";
eval(layerRef+'["cli"]'+styleSwitch+'.color="#fafafa"');}
function ch_image_cl_back() {cli.src="/assets/images/clients_en.gif";
eval(layerRef+'["cli"]'+styleSwitch+'.color="#dadada"');}

function ch_image_tr() {tr.src="/assets/images/transl_en_light.gif";
eval(layerRef+'["tr"]'+styleSwitch+'.color="#fafafa"');}
function ch_image_tr_back() {tr.src="/assets/images/transl_en.gif";
eval(layerRef+'["tr"]'+styleSwitch+'.color="#dadada"');}



function SendForm () {
required = new Array("mail", "direction","size");
required_show = new Array("e-mail", "direction of translation","size");
var i, j;

for(j=0; j<required.length; j++) {
    for (i=0; i<document.forms[0].length; i++) {
        if (document.forms[0].elements[i].name == required[j] &&
  document.forms[0].elements[i].value == "" ) {
            alert('Please, specify the ' + required_show[j]);
            document.forms[0].elements[i].focus();
            return false;
        }
    }
}

return true;
}
function SendForm2 () {
required = new Array("mail", "direction","size");
required_show = new Array("e-mail", "direction of translation","size");
var i, j;

for(j=0; j<required.length; j++) {
    for (i=0; i<document.forms[1].length; i++) {
        if (document.forms[1].elements[i].name == required[j] &&
  document.forms[1].elements[i].value == "" ) {
            alert('Please, specify the ' + required_show[j]);
            document.forms[1].elements[i].focus();
            return false;
        }
    }
}

return true;
}


function pps() {
    init();

    document.write('<table width="950"  cellspacing="0" cellpadding="0" border="0" ><tr><td bgcolor="#006690" width="950">');


    document.write('<img src="/assets/images/russian_translation.jpg" usemap="#mnav1" width="950" height="110" border="0" alt="Russian Translation Agency" /><br/>');
    document.write('<map id="mnav1" name="mnav1"><area shape="rect" coords="1,1,110,110" href="http://www.eng-rus.com/" target="_self" alt="Homepage" /></map>');
    document.write('</td></tr></table><table border="0" width="950" cellpadding="0" cellspacing="0"><tr><td bgcolor="#ffffff" width="100" valign="top">');

    document.write('<img src="/assets/images/storka1-2.gif" width="100" height="26" border="0" alt=""/><br/>');



    document.write('</td><td bgcolor="#003855" align="center">');

    
if ( MM_FlashCanPlay ) {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
	document.write(' width="700" height="26">');
	document.write('<param name="movie" value="/assets/applets/stars2.swf" /><param name="SCALE" value="noborder" /> <param name="quality" value="high" /><param name="WMode" value="Transparent" /><param name="loop" value="true" />'); 
	document.write('<embed  src="/assets/applets/stars2.swf" loop=true quality="high"');
	document.write('width="700" height="26" name="flash" align="center" valign="top" wmode="transparent" scale="noborder"');
	document.write('type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer">');
	document.write('</embed>');
	document.write('</object>');
} else { document.write('<img align="middle" src="/assets/images/stars.gif" width="700" height="26" border="0" alt="Translation stars"/>'); }

	
			document.write('</td></tr></table>');

 document.write('<table ');

		document.write(' class="flashformozilla" ');
		
 
 
 document.write('id="storka22" width="950" border="0" cellpadding="0" cellspacing="0"><tr ><td rowspan="3" align="left" valign="top" bgcolor="#ffffff">');
  
	
document.write('<img src="/assets/images/storka7-1.gif" width="39" height="80" border="0" alt="" /><br/>');

document.write('</td><td width="911" valign="top" height="40pcx" bgcolor="#000055">');
 
	if ( MM_FlashCanPlay )
{

document.write('<a href="/russian_translation/english-russian_about.html">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
 	document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
 	document.write('width="123" height="40">');
 	document.write('<param name="movie" value="/assets/applets/aboute2.swf" />');
 	document.write('<param name="quality" value="high" />');
 	document.write('<param name="loop" value="false" /><param name="SCALE" value="noborder" /><param name="WMode" value="Transparent" />');
 	document.write('<embed src="/assets/applets/aboute2.swf"');
 	document.write('width="123" height="40" loop="false" WMode="Transparent" quality="high" type="application/x-shockwave-flash"');
 	document.write('pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" scale="noborder" >');
	document.write('</embed>');
	document.write('</object>');
	document.write('</a>');

	document.write('<a href="/russian_translation/technical_translation.html">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
	document.write('width="123" height="40">');
	document.write('<param name="movie" value="/assets/applets/servicese2.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="loop" value="false" /><param name="SCALE" value="noborder" /><param name="WMode" value="Transparent" />');
	document.write('<embed src="/assets/applets/servicese2.swf"');
	document.write('width="123" height="40" loop="false" WMode="Transparent" quality="high" type="application/x-shockwave-flash"');
	document.write('pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" scale="noborder" >');
	document.write('</embed>');
	document.write('</object>');
	document.write('</a>');

	document.write('<a href="/russian_translation/translation_prices.html">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
	document.write('width="123" height="40">');
	document.write('<param name="movie" value="/assets/applets/pricese3.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="loop" value="false" /><param name="SCALE" value="noborder" /><param name="WMode" value="Transparent" />');
	document.write('<embed src="/assets/applets/pricese3.swf"');
	document.write('width="123" height="40" loop="false" WMode="Transparent" quality="high" type="application/x-shockwave-flash"');
	document.write('pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" scale="noborder" >');
	document.write('</embed>');
	document.write('</object></a>');


	document.write('<a href="/russian_translation/order_translation.html">');

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
	document.write('width="123" height="40">');
	document.write('<param name="movie" value="/assets/applets/ordere2.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="loop" value="false" /><param name="SCALE" value="noborder" /><param name="WMode" value="Transparent" />');
	document.write('<embed src="/assets/applets/ordere2.swf"');
	document.write('width="123" height="40" loop="false" WMode="Transparent" quality="high" type="application/x-shockwave-flash"');
	document.write('pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" scale="noborder" >');
	document.write('</embed>');
	document.write('</object></a>');

	document.write('<a href="/russian_translation/faq.html">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
	document.write('width="123" height="40">');
	document.write('<param name="movie" value="/assets/applets/faqe2.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="loop" value="false" /><param name="SCALE" value="noborder" /><param name="WMode" value="Transparent" />');
	document.write('<embed src="/assets/applets/faqe2.swf"');
	document.write('width="123" height="40" loop="false" WMode="Transparent" quality="high" type="application/x-shockwave-flash"');
	document.write('pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" scale="noborder" >');
	document.write('</embed>');
	document.write('</object></a>');


	document.write('<a href="/russian_translation/vacancies.html">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
	document.write('width="123" height="40">');
	document.write('<param name="movie" value="/assets/applets/vacanciese2.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="loop" value="false" /><param name="SCALE" value="noborder" /><param name="WMode" value="Transparent" />');
	document.write('<embed src="/assets/applets/vacanciese2.swf"');
	document.write('width="123" height="40" loop="false" WMode="Transparent" quality="high" type="application/x-shockwave-flash"');
	document.write('pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" scale="noborder" >');
	document.write('</embed>');
	document.write('</object></a>');


	document.write('<a href="/russian_translation/contacts.html">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
	document.write('width="123" height="40">');
	document.write('<param name="movie" value="/assets/applets/contactse2.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="loop" value="false" /><param name="SCALE" value="noborder" /><param name="WMode" value="Transparent" />');
	document.write('<embed src="/assets/applets/contactse2.swf"');
	document.write('width="123" height="40" loop="false" WMode="Transparent" quality="high" type="application/x-shockwave-flash"');
	document.write('pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" scale="noborder" >');
	document.write('</embed>');
	document.write('</object></a>');


	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
	document.write('width="47" height="40">');
	document.write('<param name="movie" value="/assets/applets/ruseng.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="loop" value="false" /><param name="SCALE" value="noborder" /><param name="WMode" value="Transparent" />');
	document.write('<embed src="/assets/applets/ruseng.swf"');
	document.write('width="47" height="40" loop="false" WMode="Transparent" quality="high" type="application/x-shockwave-flash"');
	document.write('pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" scale="noborder" >');
	document.write('</embed>');
	document.write('</object></a>');


	
	
} else {

document.write('<a href="/russian_translation/english-russian_about.html"><img onMouseOver="ch_image1()"  onMouseOut="ch_image11()" name="i1" src="/assets/images/aboutusedark.gif" width="123" height="40" border="0" alt="About us" /></a>');
document.write('<a href="/russian_translation/technical_translation.html"><img onMouseOver="ch_image2()"  onMouseOut="ch_image21()" name="i2" src="/assets/images/servicesedark.gif" width="123" height="40" border="0" alt="Services" /></a>');
document.write('<a href="/russian_translation/translation_prices.html"><img onMouseOver="ch_image3()"  onMouseOut="ch_image31()" name="i3" src="/assets/images/priceedark.gif" width="123" height="40" border="0" alt="Prices" /></a>');
document.write('<a href="/russian_translation/order_translation.html"><img onMouseOver="ch_image4()"  onMouseOut="ch_image41()" name="i4" src="/assets/images/orderedark.gif" width="123" height="40" border="0" alt="Order online" /></a>');
document.write('<a href="/russian_translation/faq.html"><img onMouseOver="ch_image5()"  onMouseOut="ch_image51()" name="i5" src="/assets/images/faqedark.gif" width="123" height="40" border="0" alt="FAQ" /></a>');
document.write('<a href="/russian_translation/vacancies.html"><img onMouseOver="ch_image6()"  onMouseOut="ch_image61()" name="i6" src="/assets/images/vacanciesedark.gif" width="123" height="40" border="0" alt="Vacancies" /></a>');
document.write('<a href="/russian_translation/contacts.html"><img onMouseOver="ch_image7()"  onMouseOut="ch_image71()" name="i7" src="/assets/images/contactsedark.gif" width="123" height="40" border="0" alt="Contacts" /></a>');
document.write('<img src="/assets/images/ruseng.gif" name="ruseng" width="47" height="40" border="0" usemap="#nav1"></img><map name="nav1"><area onMouseOver="ch_image9()" onMouseOut="ch_image91()" shape="rect" coords="1,1,45,19" href="http://www.eng-rus.com/ru/" target="_self"><area onMouseOver="ch_image10()" onMouseOut="ch_image101()" shape="rect" coords="1,21,45,39" href="http://www.eng-rus.com/russian_translation/" target="_self"></map>');

}




document.write('</td></tr><tr><td height="10pcx" bgcolor="#000000"></td></tr><tr><td bgcolor="#ffffff" height="30pcx"></td></tr></table>');
document.write('<table border="0" width="910pcx" id="kn" cellspacing="0" cellpadding="0"><tr><td valign="top" width="315pcx">');


document.write('<a href="/russian_translation/customer/"><img id="client_button" name="cli" onMouseOver="ch_image_cl()"  onMouseOut="ch_image_cl_back()" src="/assets/images/clients_en.gif" width="180" height="22" border="0" alt="Customer area" /></a><br/>');
document.write('<a href="/russian_translation/translator/"><img id="tr_button" name="tr" onMouseOver="ch_image_tr()"  onMouseOut="ch_image_tr_back()" src="/assets/images/transl_en.gif" width="180" height="22" border="0" alt="Translator area" /></a>');
document.write('</td><td valign="top" align="left">');



if (navigator.userAgent && navigator.userAgent.indexOf("MSIE") >= 0) {
    document.write('<!-- Powered by: Crafty Syntax Live Help        http://www.craftysyntax.com/ --><div id="craftysyntax" style="width:202px"><a href="http://www.eng-rus.com/LiveSupport_en/livehelp.php?department=1&amp;serversession=1&amp;pingtimes=15" target="_blank" ><img src="http://www.eng-rus.com/LiveSupport_en/image.php?department=1&amp;what=getstate" border="0" /></a><br /><font style="margin-left:25px;font-family: verdana, helvetica, sans-serif; font-size: 8px; color: #000000;">russian translation</font></div><!-- copyright 2003 - 2008 by Eric Gerdes -->');
    document.write('<!-- Powered by: Crafty Syntax Live Help        http://www.craftysyntax.com/ --><script type="text/javascript" src="http://www.eng-rus.com/LiveSupport_en/livehelp_js.php?eo=1&department=1&amp;what=hidden&amp;serversession=1&amp;pingtimes=15"></script><!-- copyright 2003 - 2008 by Eric Gerdes -->');
}
else
{if (navigator.userAgent && navigator.userAgent.indexOf("pera") >= 0)
    { document.write('<!-- Powered by: Crafty Syntax Live Help        http://www.craftysyntax.com/ --><div id="craftysyntax" style="width:202px"><a href="/LiveSupport_en/livehelp.php?relative=Y&amp;department=1&amp;serversession=1&amp;pingtimes=15" target="_blank" ><img src="/LiveSupport_en/image.php?department=1&amp;what=getstate" border="0" alt="" /></a><br /><font style="margin-left:25px;font-family: verdana, helvetica, sans-serif; font-size: 8px; color: #000000;">Powered By:</font><a href="http://www.craftysyntax.com" title="Crafty Syntax Live Help" target="_blank" style="font-family: verdana, helvetica, sans-serif; font-size: 10px; color: #11498e; text-decoration: none; font-weight: bold;">Crafty Syntax</a></div><!-- copyright 2003 - 2008 by Eric Gerdes -->'); }
    else {
        document.write('<!-- Powered by: Crafty Syntax Live Help        http://www.craftysyntax.com/ --><div id="craftysyntax" style="width:202px" ><script type="text/javascript" src="http://www.eng-rus.com/LiveSupport_en/livehelp_js.php?eo=1&department=1&amp;serversession=1&amp;pingtimes=15"></script><br/><font style="margin-left:25px;font-family: verdana, helvetica, sans-serif; font-size: 8px; color: #000000;">Powered By:</font><a href="http://www.craftysyntax.com" alt="Crafty Syntax Live Help" target="_blank" style="font-family: verdana, helvetica, sans-serif; font-size: 10px; color: #11498e; text-decoration: none; font-weight: bold;">Crafty Syntax</a></div><!-- copyright 2003 - 2008 by Eric Gerdes -->');
    }
}

document.write('</td><td valign="top" align="right">');


var loc1=window.location;
loc1+='';
if (!loc1.match(/quote_translation_en\.cgi/)){

if ( MM_FlashCanPlay )
{

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
 	document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
 	document.write('width="300" height="28">');
	document.write('<param name="movie" value="/assets/applets/quote2.swf" />');
	document.write('<param name="quality" value="high" /><param name="WMode" value="Transparent" />');
	document.write('<param name="loop" value="false" /><param name="SCALE" value="noborder" />');
	document.write('<embed src="/assets/applets/quote2.swf"');
	document.write('width="300" height="28" WMode="Transparent" loop="false" quality="high" type="application/x-shockwave-flash"');
	document.write('pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" scale="noborder">');
	document.write('</embed>');
	document.write('</object>');
}
	else { document.write('<a href="/russian_translation/order_translation.html"><img name="i8" onMouseOver="ch_image8()"  onMouseOut="ch_image81()" src="/assets/images/knopkaen.gif" width="300" height="28" border="0" alt="Request for Quote" /></a>'); }

} else { document.write('&nbsp;'); }

document.write('</td></tr></table>');	
}

function pps3() {
	if ( MM_FlashCanPlay )
{
	document.write('<object id="st1" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
 	document.write('codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"');
 	document.write('width="135" height="400">');
 	document.write('<param name="movie" value="/assets/applets/centrepictures18.swf" />');
	document.write('<param name="quality" value="high" /><param name="WMode" value="Transparent" />');
	document.write('<param name="loop" value="false" /><param name="SCALE" value="noborder" />');
	document.write('<embed id="st2" src="/assets/applets/centrepictures_eng.swf"');
	document.write('width="135" height="400" WMode="Transparent" loop="false" quality="high"  TYPE="application/x-shockwave-flash"');
	document.write('pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" scale="noborder">');
	document.write('</embed>');
	document.write('</object>');
	}
	else {
	document.write('<img name="topimage" src="/assets/images/centreimages/localiz.jpg" align="top" height="170" width="135" alt="0" /><br/><br/><br/><img name="bottomimage" src="/assets/images/centreimages/design4.jpg" align="top"  height="170" width="135" alt="0" />');
	}
}


function starsmove(param) {

if ( MM_FlashCanPlay )
{
	var starsforleft = document.getElementById("st1");

		if (navigator.appName.indexOf("Microsoft Internet")==-1){
    	window.document.embeds["st2"].SetVariable("param", param);
	   }
	else {   starsforleft.setVariable("param", param);    }
		}
	
	else {
		if (param==1) {topimage.src="/assets/images/centreimages/chert.jpg";topimage.alt="Technical Translation"}
		if (param==2) {topimage.src="/assets/images/centreimages/surgeon.jpg";topimage.alt="Medical Translation"}
		if (param==3) {topimage.src="/assets/images/centreimages/localiz.jpg";topimage.alt="Software Localization"}
		if (param==4) {topimage.src="/assets/images/centreimages/liter.jpg";topimage.alt="Literary Translation"}
		if (param==5) {topimage.src="/assets/images/centreimages/audio.jpg";topimage.alt="Audio/Video Translation"}
		if (param==6) {bottomimage.src="/assets/images/centreimages/letter1.jpg";topimage.alt="Private Translation"}
		if (param==7) {bottomimage.src="/assets/images/centreimages/comp4.jpg";topimage.alt="Edit Translation"}
		if (param==8) {bottomimage.src="/assets/images/centreimages/stamppaper.jpg";topimage.alt="Medical Translation"}
		if (param==9) {bottomimage.src="/assets/images/centreimages/search.jpg";topimage.alt="Notarial Certification"}
		if (param==10) {bottomimage.src="/assets/images/centreimages/design4.jpg";topimage.alt="Web Design"}
		}

}


//-->