function PrintPullDown()
{
	//document.write (document.domain);
	if (document.domain == "translate.googleusercontent.com")
	{
		if (gup('tl') == "sq") document.write ("<strong>Page translated to Albanian</strong>");
		if (gup('tl') == "sq") document.write ("<strong>Page translated to Albanian</strong>");
		if (gup('tl') == "ar") document.write ("<strong>Page translated to Arabic</strong>");
		if (gup('tl') == "bg") document.write ("<strong>Page translated to Bulgarian</strong>");
		if (gup('tl') == "ca") document.write ("<strong>Page translated to Catalan</strong>");
		if (gup('tl') == "zh-CN") document.write ("<strong>Page translated to Chinese (Simplified)</strong>");
		if (gup('tl') == "zh-TW") document.write ("<strong>Page translated to Chinese (Traditional)</strong>");
		if (gup('tl') == "hr") document.write ("<strong>Page translated to Croatian</strong>");
		if (gup('tl') == "cs") document.write ("<strong>Page translated to Czech</strong>");
		if (gup('tl') == "da") document.write ("<strong>Page translated to Danish</strong>");
		if (gup('tl') == "nl") document.write ("<strong>Page translated to Dutch</strong>");
		if (gup('tl') == "en") document.write ("<strong>Page translated to English</strong>");
		if (gup('tl') == "et") document.write ("<strong>Page translated to Estonian</strong>");
		if (gup('tl') == "tl") document.write ("<strong>Page translated to Filipino</strong>");
		if (gup('tl') == "fi") document.write ("<strong>Page translated to Finnish</strong>");
		if (gup('tl') == "fr") document.write ("<strong>Page translated to French</strong>");
		if (gup('tl') == "gl") document.write ("<strong>Page translated to Galician</strong>");
		if (gup('tl') == "de") document.write ("<strong>Page translated to German</strong>");
		if (gup('tl') == "el") document.write ("<strong>Page translated to Greek</strong>");
		if (gup('tl') == "iw") document.write ("<strong>Page translated to Hebrew</strong>");
		if (gup('tl') == "hi") document.write ("<strong>Page translated to Hindi</strong>");
		if (gup('tl') == "hv") document.write ("<strong>Page translated to Hungarian</strong>");
		if (gup('tl') == "id") document.write ("<strong>Page translated to Indonesian</strong>");
		if (gup('tl') == "it") document.write ("<strong>Page translated to Italian</strong>");
		if (gup('tl') == "ja") document.write ("<strong>Page translated to Japanese</strong>");
		if (gup('tl') == "ko") document.write ("<strong>Page translated to Korean</strong>");
		if (gup('tl') == "lv") document.write ("<strong>Page translated to Latvian</strong>");
		if (gup('tl') == "lt") document.write ("<strong>Page translated to Lithuanian</strong>");
		if (gup('tl') == "mt") document.write ("<strong>Page translated to Maltese</strong>");
		if (gup('tl') == "no") document.write ("<strong>Page translated to Norwegian</strong>");
		if (gup('tl') == "pl") document.write ("<strong>Page translated to Polish</strong>");
		if (gup('tl') == "pt") document.write ("<strong>Page translated to Portuguese</strong>");
		if (gup('tl') == "ro") document.write ("<strong>Page translated to Romanian</strong>");
		if (gup('tl') == "ru") document.write ("<strong>Page translated to Russian</strong>");
		if (gup('tl') == "sr") document.write ("<strong>Page translated to Serbian</strong>");
		if (gup('tl') == "sk") document.write ("<strong>Page translated to Slovak</strong>");
		if (gup('tl') == "sl") document.write ("<strong>Page translated to Slovenian</strong>");
		if (gup('tl') == "es") document.write ("<strong>Page translated to Spanish</strong>");
		if (gup('tl') == "sv") document.write ("<strong>Page translated to Swedish</strong>");
		if (gup('tl') == "th") document.write ("<strong>Page translated to Thai</strong>");
		if (gup('tl') == "tr") document.write ("<strong>Page translated to Turkish</strong>");
		if (gup('tl') == "uk") document.write ("<strong>Page translated to Ukrainian</strong>");
		if (gup('tl') == "vi") document.write ("<strong>Page translated to Vietnamese</strong>");
	}
	else
	{
		document.write ("<select id=\"LangSelect\" onChange=\"myskin_open_window(LangSelect.options[LangSelect.selectedIndex].value);\" class=\"dropdown\" name=\"LangSelect\">");
		document.write ("<option value=\"\">Select Language</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=sq\">Albanian</option> ");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=ar\">Arabic</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=bg\">Bulgarian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=ca\">Catalan</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=zh-CN\">Chinese (Simplified)</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=zh-TW\">Chinese (Traditional)</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=hr\">Croatian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=cs\">Czech</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=da\">Danish</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=nl\">Dutch</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=en\">English</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=et\">Estonian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=tl\">Filipino</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=fi\">Finnish</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=fr\">French</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=gl\">Galician</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=de\">German</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=el\">Greek</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=iw\">Hebrew</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=hi\">Hindi</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=hv\">Hungarian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=id\">Indonesian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=it\">Italian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=ja\">Japanese</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=ko\">Korean</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=lv\">Latvian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=lt\">Lithuanian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=mt\">Maltese</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=no\">Norwegian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=pl\">Polish</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=pt\">Portuguese</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=ro\">Romanian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=ru\">Russian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=sr\">Serbian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=sk\">Slovak</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=sl\">Slovenian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=es\">Spanish</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=sv\">Swedish</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=th\">Thai</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=tr\">Turkish</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=uk\">Ukrainian</option>");
		document.write ("<option value=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=vi\">Vietnamese</option>");
		document.write ("</select>");
	}
}

function gup( name )
{
  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var results = regex.exec( window.location.href );
  if( results == null )
    return "";
  else
    return results[1];
}

function myskin_open_window(arg)
{
	if (arg.length > 0)
	{
		window.open(arg, '_self');
	}
}


function PrintFlags()
{
	if (document.domain == "www.rotor.com")
	{
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=sq\"><img border=1 valign=\"middle\" src=\"flags/sq.jpg\" alt=\"Albanian\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=ar\"><img border=1 valign=\"middle\" src=\"flags/ar.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=bg\"><img border=1 valign=\"middle\" src=\"flags/bg.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=ca\"><img border=1 valign=\"middle\" src=\"flags/ca.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=zh-CN\"><img border=1 valign=\"middle\" src=\"flags/zh-CN.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=zh-TW\"><img border=1 valign=\"middle\" src=\"flags/zh-TW.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=hr\"><img border=1 valign=\"middle\" src=\"flags/hr.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=cs\"><img border=1 valign=\"middle\" src=\"flags/cs.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=da\"><img border=1 valign=\"middle\" src=\"flags/da.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=nl\"><img border=1 valign=\"middle\" src=\"flags/nl.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=en\"><img border=1 valign=\"middle\" src=\"flags/en.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=et\"><img border=1 valign=\"middle\" src=\"flags/et.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=tl\"><img border=1 valign=\"middle\" src=\"flags/tl.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=fi\"><img border=1 valign=\"middle\" src=\"flags/fi.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=fr\"><img border=1 valign=\"middle\" src=\"flags/fr.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=gl\"><img border=1 valign=\"middle\" src=\"flags/gl.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=de\"><img border=1 valign=\"middle\" src=\"flags/de.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=el\"><img border=1 valign=\"middle\" src=\"flags/el.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=iw\"><img border=1 valign=\"middle\" src=\"flags/iw.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=hi\"><img border=1 valign=\"middle\" src=\"flags/hi.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=hv\"><img border=1 valign=\"middle\" src=\"flags/hv.jpg\" alt=\"\"></a><br>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=id\"><img border=1 valign=\"middle\" src=\"flags/id.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=it\"><img border=1 valign=\"middle\" src=\"flags/it.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=ja\"><img border=1 valign=\"middle\" src=\"flags/ja.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=ko\"><img border=1 valign=\"middle\" src=\"flags/ko.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=lv\"><img border=1 valign=\"middle\" src=\"flags/lv.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=lt\"><img border=1 valign=\"middle\" src=\"flags/lt.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=mt\"><img border=1 valign=\"middle\" src=\"flags/mt.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=no\"><img border=1 valign=\"middle\" src=\"flags/no.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=pl\"><img border=1 valign=\"middle\" src=\"flags/pl.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=pt\"><img border=1 valign=\"middle\" src=\"flags/pt.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=ro\"><img border=1 valign=\"middle\" src=\"flags/ro.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=ru\"><img border=1 valign=\"middle\" src=\"flags/ru.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=sr\"><img border=1 valign=\"middle\" src=\"flags/sr.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=sk\"><img border=1 valign=\"middle\" src=\"flags/sk.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=sl\"><img border=1 valign=\"middle\" src=\"flags/sl.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=es\"><img border=1 valign=\"middle\" src=\"flags/es.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=sv\"><img border=1 valign=\"middle\" src=\"flags/sv.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=th\"><img border=1 valign=\"middle\" src=\"flags/th.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=tr\"><img border=1 valign=\"middle\" src=\"flags/tr.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=uk\"><img border=1 valign=\"middle\" src=\"flags/uk.jpg\" alt=\"\"></a>&nbsp;");
		document.write ("<a href=\"http://translate.google.com/translate?u="+ escape(location.href) +"&sl=en&tl=vi\"><img border=1 valign=\"middle\" src=\"flags/vi.jpg\" alt=\"\"></a>&nbsp;");
	}
}



