var skypeAgent='galauniversity';


function my_onclick() {
         return skypeCheck();
      }
//document.form.skypebutton.onclick = my_onclick



function gotoURL(url)
{
    //alert("gotoURL"+url);
    alert(urlparams);
    url=url+urlparams;
    window.location=url;
}
// QueryString 
// Call function by x = querystring("variable") returns variable=x 
mylang="";
stlang="";
urlparams="";
function clearCurrentLink(){
    var a = document.getElementsByTagName("A");
    for(var i=0;i<a.length;i++){
        if(a[i].href.split("#")[0] == window.location.href.split("#")[0]){
            removeNode(a[i]);
        }
    }
}


window.onunload = function (event) {  
}

function QueryString(key) 
{ 
var value = null; 
for (var i=0;i<QueryString.keys.length;i++) 
{ 
if (QueryString.keys[i]==key) 
{ 
value = QueryString.values[i]; 
break; 
} 
} 
return value; 
} 
QueryString.keys = new Array(); 
QueryString.values = new Array(); 

function QueryString_parse() 
{ 
var query = window.location.search.substring(1); 
var pairs = query.split("&"); 

for (var i=0;i<pairs.length;i++) 
{ 
var pos = pairs[i].indexOf('='); 
if (pos >= 0) 
{ 
var argname = pairs[i].substring(0,pos); 
var value = pairs[i].substring(pos+1); 

if(argname == "mylang")
{
        mylang=value;
}else if(argname == "stlang")
        stlang=value;

QueryString.keys[QueryString.keys.length] = argname; 
QueryString.values[QueryString.values.length] = value; 
} 
} 

urlparams='?mylang='+mylang+'&stlang='+stlang;

} 
QueryString_parse(); 


function getEnglishMenu(){

    document.write('<ul id="verticalmenu" class="glossymenu">');
    document.writeln('<li><a href="http://www.galau.com/skypecast.html" >English Club</a></li>');
    document.writeln('<li><a href="http://www.galau.com/accent.html" >Accent Reduction</a></li>');
    document.writeln('<li><a href="http://www.galau.com/onphone.html" >Skype/Tele Classes</a></li>');
    document.writeln('<li><a href="http://www.galau.com/corporate.html">Corporate</a></li>');
    //document.writeln('<li><a href="http://www.galau.com/lang.html">Language Zone</a></li>');
    
document.writeln('<li><a href="http://www.galau.com/store.html" >ESL Store</a></li>');
    document.writeln('<li><a href="http://www.galau.com/policy.html" >Policy</a></li>');
    document.writeln('<li><a href="http://www.galau.com/pay.html" >Payments</a></li>');
    
    document.writeln('<li><a href="http://www.galau.com/EssayZone.html">Essay Center</a></li>');
    document.writeln('<li><a href="http://www.galau.com/tz.html" >Teachers Zone</a></li>');
    document.writeln('<li><a href="http://www.galau.com/outs.html">Outside US</a></li>');
    document.writeln('</ul>');
  document.writeln('<br><br>');
    document.writeln('<strong>Self Study</strong>');
    document.write('<ul id="verticalmenu" class="glossymenu">');
    document.writeln('<li><a href="http://www.galau.com/q/qge.html">English Online</a></li>');

    document.writeln('<li><a href="http://www.galau.com/gadgets.html">Gala Gadgets</a></li>');
    document.writeln('<li><a href="http://www.galau.com/karaoke.html">Karaoke</a></li>');
    document.writeln('<li><a href="http://www.galau.com/tvc.html">TV/Video</a></li>');
    document.writeln('<li><a href="http://www.galau.com/fun.html">Fun Zone</a></li>');
    document.writeln('<li><a href="http://www.galau.com/today.html">Today</a></li>');
    document.writeln('<li><a href="http://www.galau.com/gameZone.html">Game Zone</a></li>');
    document.writeln('<li><a href="http://www.galau.com/podcast.html" >Podcasts</a></li>');
    document.writeln('<li><a href="http://www.galau.com/store.html" >ESL Store</a></li>');
    document.writeln('<li><a href="http://www.galau.com/policy.html" >Policy</a></li>');
    document.writeln('<li><a href="http://www.galau.com/pay.html" >Payments</a></li>');
    document.writeln('</ul>');

    document.writeln('<br><br>');


   document.write('<ul id="verticalmenu" class="glossymenu">');
    document.writeln('<li><a href="http://www.galau.com/audiobest.html">Device Recommendations</a></li>');
    document.writeln('</ul>');




  


    document.writeln('<br>');
    document.writeln('<a href="http://www.galau.com/distributorform.html" ><H3><u>Partner with us</u></H3></a>');

}


function getChinaMenu(){

    document.write('<ul id="verticalmenu" class="glossymenu">');
    document.writeln('<li><a href="../onphone.html" >Skype/Tele Classes</a></li>');
    document.writeln('<li><a href="http://www.galau.com/ch/classes.html" >&#35838;&#31243;&#35774;&#32622;&#32;</a></li>');
    document.writeln('<li><a href="http://www.galau.com/ch/itch.html" >&#73;&#84;&#19987;&#39064;</a></li>');
    document.writeln('<li><a href="../corporate.html">Corporate</a></li>');
    document.writeln('<li><a href="../skypecast.html">English Practice Club</a></li>');
    //document.writeln('<li><a href="../lang.html">Language Zone</a></li>');
    document.writeln('<li><a href="../EssayZone.html">Essay Center</a></li>');
    document.writeln('<li><a href="../tz.html" >Teachers Zone</a></li>');
    document.writeln('<li><a href="../outs.html">Outside US</a></li>');
    document.writeln('<li><a href="../tvc.html">TV/Video</a></li>');
    document.writeln('<li><a href="../fun.html">Fun Zone</a></li>');
    document.writeln('<li><a href="../today.html">Today</a></li>');
    document.writeln('<li><a href="../gameZone.html">Game Zone</a></li>');
    document.writeln('<li><a href="../podcast.html" >Podcasts</a></li>');
    document.writeln('<li><a href="../dictionary.html" >Dictionary</a></li>');
    document.writeln('<li><a href="http://www.galau.com/ch/paych.html" >Payments</a></li>');
    document.writeln('</ul>');

    document.writeln('<br>');
    
    document.writeln('<a href="http://www.galau.com/distributorform.html" ><H3><u>Partner with us</u></H3></a>');

}



function getLozung()
{
    document.write('<!--[if IE  7]>');
    document.write('<DIV style="FLOAT: left; MARGIN: 15px 0px 0px 35px">');
    document.write('<A style="FONT-SIZE: 25px; COLOR: #Blue; FONT-FAMILY: Arial,Helvetica,sans-serif; TEXT-DECORATION: none" >');
    document.write('<B>Practice Makes Perfect</B></A></DIV>');
    document.write('<![endif]-->');

}


function getHeader(){

document.write('<DIV id=etHeadLeft>' );
document.write('<A href="/">');
document.write('<IMG height=90 alt="galaULogo" src="http://www.galau.com/img/transparentlogo90_300.png"></A>');
document.write('</DIV>');

}

function getHeaderOld(){

document.write('<DIV id=etHeadLeft>');
document.write('<A href="/">');
document.write('<IMG height=90 alt="galaULogo" src="http://www.galau.com/img/golova_light.JPG"></A>');
document.write('</DIV>');

}


function getRuSpHeader(){

document.write('<DIV id=etHeadLeft>');
document.write('<A href="http://www.galau.com/spru">');
document.write('<IMG height=90 alt="galaULogo" src="http://www.galau.com/img/golova_light.JPG"></A>');
document.write('</DIV>');

}


function getRuHeader(){

document.write('<DIV id=etHeadLeft>');
document.write('<A href="http://www.galau.com/guRu.html">');
document.write('<IMG height=90 alt="galaULogo" src="http://www.galau.com/img/golova_light.JPG"></A>');
document.write('</DIV>');

}


function getChHeaderLevelTwo(){

document.write('<DIV id=etHeadLeft>');
document.write('<A href="http://www.galau.com/ch/">');
document.write('<IMG height=90 alt="galaULogo" src="http://www.galau.com/img/golova_light.JPG"></A>');
document.write('</DIV>');

}


function getRuHeaderLevelTwo(){

document.write('<DIV id=etHeadLeft>');
document.write('<A href="http://www.galau.com/guRu.html">');
document.write('<IMG height=90 alt="galaULogo" src="http://www.galau.com/img/golova_light.JPG"></A>');
document.write('</DIV>');

}



function getHorizontalRuHeader(){

document.write('<DIV id=etHeadLeft>');
document.write("<A href='javascript:openInParent(\"guRu.html\")'>");
document.write('<IMG height=90 alt="galaULogo" src="http://www.galau.com/img/golova_light.JPG"></A>');
document.write('</DIV>');

}


function getRegistration(){
document.write('<DIV class=aRightEngl  usemap ="#muellermap">');
document.write('<A href="http://www.galau.com/userRegistration.html" style="FONT-SIZE: 18px; COLOR: orange; FONT-FAMILY: Arial,Helvetica,sans-serif; TEXT-DECORATION: none" >Student Registration</A><br>');
document.write('<b style="FONT-SIZE: 14px; COLOR="#7ca500"; FONT-WEIGHT: bold; TEXT-DECORATION: none">Switch to: </b><A href="http://www.galau.com/" style="FONT-SIZE: 14px; COLOR="#7ca500"; FONT-WEIGHT: bold; TEXT-DECORATION: none"><FONT COLOR="#7ca500"> English</FONT></A>&nbsp;&nbsp;');
document.write('<A href="http://www.galau.com/jp/" style="FONT-SIZE: 14px; COLOR="#7ca500"; FONT-WEIGHT: bold; TEXT-DECORATION: none"><FONT COLOR="#7ca500">Japanese</FONT></A>&nbsp;&nbsp;');

document.write('<A href="http://www.galau.com/fr/" style="FONT-SIZE: 14px; COLOR="#7ca500"; FONT-WEIGHT: bold; TEXT-DECORATION: none"><FONT COLOR="#7ca500">&#70;&#114;&#97;&#110;&#231;&#97;&#105;&#115;</FONT></A>&nbsp;&nbsp;');




document.write('<A href="http://www.galau.com/it/" style="FONT-SIZE: 14px; COLOR="#7ca500"; FONT-WEIGHT: bold; TEXT-DECORATION: none"><FONT COLOR="#7ca500"> Italian</FONT></A>&nbsp;&nbsp;');
document.write('<A href="http://www.galau.com/guRu.html" style="FONT-SIZE: 14px; COLOR="#7ca500"; FONT-WEIGHT: bold; TEXT-DECORATION: none"><FONT COLOR="#7ca500"> Russian</FONT></A><br>');
document.write('<A href="http://www.galau.com/spanish.html" style="FONT-SIZE: 14px; COLOR="#7ca500"; FONT-WEIGHT: bold; TEXT-DECORATION: none"><FONT COLOR="#7ca500"> Spanish</FONT></A>&nbsp;&nbsp;');
document.write('<A href="http://www.galau.com/ch/" style="FONT-SIZE: 14px; COLOR="#7ca500"; FONT-WEIGHT: bold; TEXT-DECORATION: none"><FONT COLOR="#7ca500">  Chinese</FONT></A>&nbsp;');
document.write('<A href="http://www.galau.com/pr/" style="FONT-SIZE: 14px; COLOR="#7ca500"; FONT-WEIGHT: bold; TEXT-DECORATION: none"><FONT COLOR="#7ca500">  Portuguese</FONT></A>&nbsp;');
document.write('<A href="http://www.galau.com/index_pol.html" style="FONT-SIZE: 14px; COLOR="#7ca500"; FONT-WEIGHT: bold; TEXT-DECORATION: none"><FONT COLOR="#7ca500"> Polish</FONT></A><br>');
//document.write('<A href="../../index_pol.html" style="FONT-SIZE: 14px; COLOR="#7ca500"; FONT-WEIGHT: bold; TEXT-DECORATION: none"><FONT COLOR="#7ca500"> French</FONT></A>&nbsp;');
document.write('<A href="http://www.galau.com/ua/" style="FONT-SIZE: 14px; COLOR="#7ca500"; FONT-WEIGHT: bold; TEXT-DECORATION: none"><FONT COLOR="#7ca500"> Ukrainian</FONT></A>&nbsp;');
document.write('<A href="http://www.galau.com/is/" style="FONT-SIZE: 14px; COLOR="#7ca500"; FONT-WEIGHT: bold; TEXT-DECORATION: none"><FONT COLOR="#7ca500"> Hebrew</FONT></A>&nbsp;');
//document.write('<A href="http://www.galau.com/userRegistration.html" style="FONT-SIZE: 18px; COLOR: orange; FONT-FAMILY: Arial,Helvetica,sans-serif; TEXT-DECORATION: none" >Student Registration</A>');


document.write('<br><a name="fb_share" type="button" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>');
//document.write('&nbsp;&nbsp;<a href="http://www.twitter.com/galauniversity"><img src="http://twitter-badges.s3.amazonaws.com/follow_bird-a.png" alt="Follow galauniversity on Twitter"/></a>');


document.write('</DIV>');

}


function getRusRegistration(){


document.write('<DIV class=aRight>');
document.write('<A href="http://www.galau.com" style="FONT-SIZE: 15px;FONT-WEIGHT: bold"><FONT COLOR="#7ca500"> Switch to English</FONT></A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<A href="http://www.galau.com/userRegistrationRu.html" style="FONT-SIZE: 18px; COLOR: orange; FONT-FAMILY: Arial,Helvetica,sans-serif; TEXT-DECORATION: none" >&#1050;&#1091;&#1076;&#1072;&#32;&#1086;&#1073;&#1088;&#1072;&#1090;&#1080;&#1090;&#1100;&#1089;&#1103;</A>');
document.write( 
        '<br><a href="#"' 
        + ' onclick="window.external.AddFavorite(location.href,document.title);">' 
        + '&#1047;&#1072;&#1087;&#1086;&#1084;&#1085;&#1080;&#1090;&#1100;&#32;&#1089;&#1090;&#1088;&#1072;&#1085;&#1080;&#1094;&#1091;</a>' 
        ); 

document.write('</DIV>');

}

function openInParent(link)
{
    parent.location=link;
}

function getHorisontRuRegistration()
{
document.write('<DIV class=aRight>');
document.write("<A href='javascript:openInParent(\"\")'><FONT COLOR='#7ca500'> Switch to English</FONT></A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<A href='javascript:openInParent(\"userRegistrationRu.html\")' style='FONT-SIZE: 18px; COLOR: orange; FONT-FAMILY: Arial,Helvetica,sans-serif; TEXT-DECORATION: none' >&#1050;&#1091;&#1076;&#1072;&#32;&#1086;&#1073;&#1088;&#1072;&#1090;&#1080;&#1090;&#1100;&#1089;&#1103;</A>");
document.write('</DIV>');
}

 function getHorisontRuMenu()
{


    document.write('<div class="horizontalcssmenu">');
    document.write('<ul id="cssmenu1" >');
    //gala main russian page
    document.writeln("<li><a href='javascript:openInParent(\"guRu.html\")'>&#1043;&#1083;&#1072;&#1074;&#1085;&#1072;&#1103;&#32;&#1057;&#1090;&#1088;&#1072;&#1085;&#1080;&#1094;&#1072;</a></li>");
    //telephon classes
    document.writeln("<li><a href='javascript:openInParent(\"confRu.html\")'>Skype/&#1058;&#1045;&#1051;&#1045;&#1060;&#1054;&#1053;&#1053;&#1067;&#1045;&#32;&#1059;&#1056;&#1054;&#1050;&#1048;</a></li>");
   //center gramatiki
    document.writeln("<li><a href='javascript:openInParent(\"EssayZoneRu.html\")'>&#1062;&#1045;&#1053;&#1058;&#1056;&#32;&#1043;&#1056;&#1040;&#1052;&#1052;&#1040;&#1058;&#1048;&#1050;&#1048;</a></li>");
   
   
document.writeln("<li><a href='javascript:openInParent(\"gameZoneRu.html\")'>&#1048;&#1075;&#1088;&#1072;&#1081;&#32;&#1080;&#32;&#1091;&#1095;&#1080;&#1089;&#1100;</a></li>");

document.writeln("<li><a href='javascript:openInParent(\"dictionary_ru.html\")'>&#1057;&#1083;&#1086;&#1074;&#1072;&#1088;&#1080;</a></li>");    

document.writeln("<li><a href='javascript:openInParent(\"tvmenuru.html\")'>TV/VIDEO</a></li>");

document.writeln("<li><a href='javascript:openInParent(\"today_ru.html\")'>Today</a></li>");


document.writeln("<li><a href='javascript:openInParent(\"podcastRu.html\")'>&#1040;&#1091;&#1076;&#1080;&#1086;</a></li>");

    
    document.writeln("<li><a href='javascript:openInParent(\"pay_ru.html\")'>&#1055;&#1083;&#1072;&#1090;&#1077;&#1078;&#1080;</a></li>");
    
    document.writeln('</ul>');

    document.writeln('<br style="clear: left;" /></div>');

}




function getRussianEnglMenu(){

    document.write('<ul id="verticalmenu" class="glossymenu">');
    //gala main russian page
    document.writeln("<li><a href='http://www.galau.com/guRu.html'>&#1043;&#1083;&#1072;&#1074;&#1085;&#1072;&#1103;&#32;&#1089;&#1090;&#1088;&#1072;&#1085;&#1080;&#1094;&#1072;</a></li>");

    //English Main
    document.writeln("<li><a href='http://www.galau.com/ruengl'>&#1040;&#1085;&#1075;&#1083;&#1080;&#1081;&#1089;&#1082;&#1080;&#1081;</a></li>");
    //telephon classes
    document.writeln("<li><a href='http://www.galau.com/confRu.html' >Skype/&#1058;&#1077;&#1083;&#1077;&#1092;&#1086;&#1085;&#1085;&#1099;&#1077;&#32;&#1091;&#1088;&#1086;&#1082;&#1080;</a></li>");

    //skypecast classes
    document.writeln("<li><a href='http://www.galau.com/ruengl/skypecast.html'>&#1043;&#1088;&#1091;&#1087;&#1087;&#1086;&#1074;&#1099;&#1077;&#32;&#1079;&#1072;&#1085;&#1103;&#1090;&#1080;&#1103;</a></li>");

    //statija Study over Web
    document.writeln("<li><a href='http://www.galau.com/publmainru.html' >&#1057;&#1090;&#1072;&#1090;&#1100;&#1080;&#10;</a></li>");
    //accent reduction
    document.writeln("<li><a href='http://www.galau.com/ruengl/reductionru.html' >&#1059;&#1084;&#1077;&#1085;&#1100;&#1096;&#1077;&#1085;&#1080;&#1077;&#32;&#1072;&#1082;&#1094;&#1077;&#1085;&#1090;&#1072;</a></li>");
    //karaoke
    document.writeln("<li><a href='http://www.galau.com/karaoke.html'>&#1050;&#1072;&#1088;&#1072;&#1086;&#1082;&#1077;</a></li>");
    //center gramatiki
    document.writeln("<li><a href='http://www.galau.com/EssayZoneRu.html'>&#1062;&#1077;&#1085;&#1090;&#1088;&#32;&#1075;&#1088;&#1072;&#1084;&#1084;&#1072;&#1090;&#1080;&#1082;&#1080;</a></li>");

    //home page for nativenglish
//    document.writeln('<li><a href="http://www.galau.com/ne.html">Native English</a></li>');

    //opredelite yroven'
    document.writeln('<li><a href="http://www.nativenglish.ru/testing_index.shtml" target="test">&#1054;&#1087;&#1088;&#1077;&#1076;&#1077;&#1083;&#1080;&#1090;&#1077;&#32;&#1089;&#1074;&#1086;&#1081;&#32;&#1091;&#1088;&#1086;&#1074;&#1077;&#1085;&#1100;</a></li>');
    //5 minyt class
//    document.writeln('<li><a href="http://www.galau.com/5min.html">&#1052;&#1080;&#1085;&#1080;&#45;&#1091;&#1088;&#1086;&#1082;&#32;&#1072;&#1085;&#1075;&#1083;&#1080;&#1081;&#1089;&#1082;&#1086;&#1075;&#1086;&#32;&#45;&#32;&#1079;&#1072;&#32;&#53;&#32;&#1084;&#1080;&#1085;&#1091;&#1090;&#33;</a></li>');

    //GameZone
    document.writeln('<li><a href="http://www.galau.com/gameZoneRu.html">&#1048;&#1075;&#1088;&#1072;&#1081;&#32;&#1080;&#32;&#1091;&#1095;&#1080;&#1089;&#1100;</a></li>');

    //Today
    document.writeln('<li><a href="http://www.galau.com/today_ru.html">Today</a></li>');
  
    //podpisat'sja na podpisky
    document.writeln('<li><a href="subscribe.html" >&#1055;&#1086;&#1076;&#1087;&#1080;&#1089;&#1072;&#1090;&#1100;&#1089;&#1103;&#32;&#1085;&#1072;&#32;&#1088;&#1072;&#1089;&#1089;&#1099;&#1083;&#1082;&#1091;</a></li>');
  
    document.writeln('<li><a href="http://www.galau.com/tvmenuru.html">TV/VIDEO</a></li>');
    
    document.writeln('<li><a href="http://www.galau.com/podcastRu.html" >&#1040;&#1091;&#1076;&#1080;&#1086;</a></li>');

    document.writeln('<li><a href="http://www.galau.com/dictionary_ru.html" >&#1057;&#1083;&#1086;&#1074;&#1072;&#1088;&#1080;</a></li>');        

    document.writeln('<li><a href="http://www.galau.com/skypecast.html">Gala Skypecast</a></li>');        

    document.writeln('<li><a href="http://www.galau.com/gadgets.html">Gala Gadgets</a></li>');        

    
    document.writeln('<li><a href="http://www.galau.com/pay_ru.html" >&#1055;&#1083;&#1072;&#1090;&#1077;&#1078;&#1080;</a></li>');
    document.writeln('</ul>');

    document.writeln('<br>');
    
    document.writeln('<a href="http://www.galau.com/distributorform.html" ><H3><u>Partner with us</u></H3></a>');
}



function getGalaRussianMenu(){
    document.write('<ul id="verticalmenu" class="glossymenu">');

//gala main russian page
    document.writeln("<li><a href='guRu.html'>&#1043;&#1083;&#1072;&#1074;&#1085;&#1072;&#1103;&#32;&#1089;&#1090;&#1088;&#1072;&#1085;&#1080;&#1094;&#1072;</a></li>");

    //English page
    document.writeln("<li><a href='ruengl'>&#1040;&#1085;&#1075;&#1083;&#1080;&#1081;&#1089;&#1082;&#1080;&#1081;</a></li>");
//telephon classes
    document.writeln("<li><a href='confRu.html' >Skype/&#1058;&#1077;&#1083;&#1077;&#1092;&#1086;&#1085;&#1085;&#1099;&#1077;&#32;&#1091;&#1088;&#1086;&#1082;&#1080;</a></li>");

    //skypecast classes
    document.writeln("<li><a href='http://www.galau.com/ruengl/skypecast.html'>&#1043;&#1088;&#1091;&#1087;&#1087;&#1086;&#1074;&#1099;&#1077;&#32;&#1079;&#1072;&#1085;&#1103;&#1090;&#1080;&#1103;</a></li>");


//statija Study over Web
    document.writeln("<li><a href='publmainru.html' >&#1057;&#1090;&#1072;&#1090;&#1100;&#1080;&#10;</a></li>");

//partners
    document.writeln("<li><a href='partnersru.html' >&#1050;&#1091;&#1088;&#1089;&#1072;&#1084;&#47;&#1064;&#1082;&#1086;&#1083;&#1072;&#1084;</a></li>");

    //center gramatiki
    document.writeln("<li><a href='EssayZoneRu.html'>&#1062;&#1077;&#1085;&#1090;&#1088;&#32;&#1075;&#1088;&#1072;&#1084;&#1084;&#1072;&#1090;&#1080;&#1082;&#1080;</a></li>");

    //home page for nativenglish
  //  document.writeln('<li><a href="ne.html">Native English</a></li>');
  
 //opredelite yroven'
document.writeln('<li><a href="http://www.nativenglish.ru/testing_index.shtml" target="test">&#1054;&#1087;&#1088;&#1077;&#1076;&#1077;&#1083;&#1080;&#1090;&#1077;&#32;&#1089;&#1074;&#1086;&#1081;&#32;&#1091;&#1088;&#1086;&#1074;&#1077;&#1085;&#1100;</a></li>');
  

//5 minyt class
 //   document.writeln('<li><a //href="5min.html">&#1052;&#1080;&#1085;&#1080;&#45;&#1091;&#1088;&#1086;&#1082;&#32;&#1072;&#1085;&#1075;&#1083;&#1080;&#1081;&#1089;&#1082;&#1086;&#1075;&#1086;&#32;&#45;&#32;&#1079;&#1072;&#32;&#53;&#32;&#1084;&#1080;&#1085;&#1091;&#1090;&#33;</a></li>');


//GameZone
    document.writeln('<li><a href="gameZoneRu.html">&#1048;&#1075;&#1088;&#1072;&#1081;&#32;&#1080;&#32;&#1091;&#1095;&#1080;&#1089;&#1100;</a></li>');

 document.writeln('<li><a href="today_ru.html">Today</a></li>');
   
    //podpisat'sja na podpisky
    document.writeln('<li><a href="ruengl/subscribe.html">&#1055;&#1086;&#1076;&#1087;&#1080;&#1089;&#1072;&#1090;&#1100;&#1089;&#1103;&#32;&#1085;&#1072;&#32;&#1088;&#1072;&#1089;&#1089;&#1099;&#1083;&#1082;&#1091;</a></li>');
  
  document.writeln('<li><a href="tvmenuru.html">TV/VIDEO</a></li>');

document.writeln('<li><a href="podcastRu.html" >&#1040;&#1091;&#1076;&#1080;&#1086;</a></li>');

document.writeln('<li><a href="dictionary_ru.html" >&#1057;&#1083;&#1086;&#1074;&#1072;&#1088;&#1080;</a></li>');        

<!-- Spanish Zone-->
    document.writeln('<li><a href="spru">&#1048;&#1089;&#1087;&#1072;&#1085;&#1089;&#1082;&#1080;&#1081;</a></li>');
<!-- French Zone-->
    document.writeln('<li><a href="frru">&#1060;&#1088;&#1072;&#1085;&#1094;&#1091;&#1079;&#1089;&#1082;&#1080;&#1081;</a></li>');

    document.writeln('<li><a href="outs.html">Outside US</a></li>');

    document.writeln('<li><a href="pay_ru.html" >&#1055;&#1083;&#1072;&#1090;&#1077;&#1078;&#1080;</a></li>');
    document.writeln('</ul>');

    document.writeln('<br>');
    document.writeln('<a href="http://www.galau.com/distributorform.html" ><H3><u>Partner with us</u></H3></a>');
}

function getCommonMenu()
{
    if(mylang="ru")
    {  
        if(stlang="sp")
            getGalaRussianSpMenu();
        else    
           getCommonRussianMenu();
    }   
}

function getCommonRussianMenu()
{
    if(stlang="sp")
        getGalaRussianSpMenu();
}


function getGalaRussianSpMenu(){

    document.write('<ul id="verticalmenu" class="glossymenu">');
    
    

//gala main russian page
    document.writeln("<li><a href='../guRu.html'>&#1043;&#1083;&#1072;&#1074;&#1085;&#1072;&#1103;&#32;&#1057;&#1090;&#1088;&#1072;&#1085;&#1080;&#1094;&#1072;</a></li>");


    document.writeln("<li><a href='../spru'>&#1048;&#1089;&#1087;&#1072;&#1085;&#1089;&#1082;&#1080;&#1081;</a></li>");
    //telephon classes
    document.writeln("<li><a href='../confRu.html' >Skype/&#1058;&#1045;&#1051;&#1045;&#1060;&#1054;&#1053;&#1053;&#1067;&#1045;&#32;&#1059;&#1056;&#1054;&#1050;&#1048;</a></li>");

    //center gramatiki
    document.writeln("<li><a href='../EssayZoneRu.html'>&#1062;&#1045;&#1053;&#1058;&#1056;&#32;&#1043;&#1056;&#1040;&#1052;&#1052;&#1040;&#1058;&#1048;&#1050;&#1048;</a></li>");


   document.writeln('<li><a href="sptvmenuru.html">TV/VIDEO</a></li>');
   document.writeln('<li><a href="videou.html">&#1042;&#1048;&#1044;&#1045;&#1054;&#32;&#1059;&#1056;&#1054;&#1050;&#1048;</a></li>');
   document.writeln('<li><a href="spPod.html" >&#1040;&#1091;&#1076;&#1080;&#1086;</a></li>');

   document.writeln('<li><a href="../dictionary_ru.html?stlang=sp" >&#1057;&#1083;&#1086;&#1074;&#1072;&#1088;&#1080;</a></li>');        
<!-- first spanish lesson-->
    document.writeln('<li><a href="spgram1.html">&#1055;&#1077;&#1088;&#1074;&#1099;&#1081;&#32;&#1091;&#1088;&#1086;&#1082;</a></li>');

<!-- Spain -->
    document.writeln('<li><a href="http://andalucia.ucoz.ru" target="Spain">&#1048;&#1089;&#1087;&#1072;&#1085;&#1080;&#1103;</a></li>');

    document.writeln('<li><a href="../outs.html">Outside US</a></li>');

    document.writeln("<li><a href='../pay_ru.html?mylang'+mylang+'&stlang='+stlang+' >&#1055;&#1083;&#1072;&#1090;&#1077;&#1078;&#1080;</a></li>");
    document.writeln('</ul>');

    document.writeln('<br>');
    
    document.writeln('<a href="http://www.galau.com/distributorform.html" ><H3><u>Partner with us</u></H3></a>');

}


function contactUs()
{

//document.write('<DIV class=locIcon>');
  //  document.write('<IMG height=20 width=20 alt="" src="http://www.galau.com/guf/phone.gif" ></DIV>');

   // document.write('<DIV class=contactUsTextLeft>CALL US:');
    document.write('<DIV ><strong>CALL US:</strong>');
    document.write('<BR>USA:1-781-771-9035');
    document.write('<BR>England: 07766262842');
    document.write('<BR>Russia:7(916)-106-77-37');
    document.write('<BR>Hungary:+36-20-574-8150');
    document.write('<BR>India +9971028712,+919312175835');
    document.write('<BR>Argentina:+54-11-49520635');

    document.write('<BR>Ukraine &#1050;&#1080;&#1077;&#1074;:+380(44)332-9743');
    document.write('<BR>Ukraine &#1061;&#1072;&#1088;&#1100;&#1082;&#1086;&#1074;: 8-050-738-61-38');
    document.write('<BR>Bulgaria +359-879381737 +359-2-8981737');

    document.write('<BR>Kazakhstan &#1059;&#1088;&#1072;&#1083;&#1100;&#1089;&#1082;:8-7112-233362, 256476');
    document.write('<BR>Kazakhstan Astana+8701-4223640');
    document.write('<BR>Moldova Chisnau+91-9990085477');

    document.write('<BR>India +91 9990085477');



    document.write('<BR>Canada:1-416-5592529');
    document.write('<BR>Spain:34-66-107-99-88');
    document.write('<BR>Israel:03-904-1192');
    document.write('<BR>Poland:45-345-4545  ');
    document.write('<BR>China:+86 13384907262');
    
    document.write('</DIV>');
 
}


function sendMailTo(name, company, domain) {
    
      locationstring = 'mai' + 'lto:' + name + '@' + company + '.' + domain+"?subject=" + escape("essay");
      window.location.replace(locationstring);
   }

function skypeCallUsNow(){
document.write('<a href="skype:galauniversity?call" onclick="return skypeCheck();">');
//document.write('<img src="http://c.skype.com/i_preairlift/share_new/buttons/baloon_white_online.png" border="0" alt="Skype"></a>');
document.write('<img src="http://www.galau.com/img/baloon_white_online_transImg.png" border="0" alt="Skype"></a>');
document.write('<br>ICQ:<IMG height=16 alt="" src="img/icqonline.gif" width=16 border=0>231790368<br><br>');
}

function  startWithTutorMan(){
                            document.write('<form action="http://www.galau.com/cgi-bin/cgiemail/contactUs.txt"   method="post">');
                            document.write('<input name="skypeId" type="hidden" value="none"></input>');
                            document.write('<input name="success" type="hidden"   value="http://www.galau.com/ru"></input>');
                            document.write('<strong>&#1053;&#1072;&#1095;&#1085;&#1080;&#32;&#1091;&#1095;&#1105;&#1073;&#1091;&#32;&#1089;&#32;&#1087;&#1088;&#1077;&#1087;&#1086;&#1076;&#1072;&#1074;&#1072;&#1090;&#1077;&#1083;&#1077;&#1084;</strong>');
                            document.write('<table style="margin-top: -1.4em;"><tr><td><img src="http://www.galau.com/img/Man_on_Headset.JPG" alt="English Tutor" border="0"></img>');
                            document.write('</td><td><div>');
                            document.write('<br>&#1050;&#1072;&#1082;&#32;&#1089;&#32;&#1074;&#1072;&#1084;&#1080;&#32;&#1089;&#1074;&#1103;&#1079;&#1072;&#1090;&#1100;&#1089;&#1103;&#63;<br>');
                            document.write('<input name="email_from" title="&#1082;&#1086;&#1076;&#32;&#1075;&#1086;&#1088;&#1086;&#1076;&#1072;&#43;&#1090;&#1077;&#1083;&#1077;&#1092;&#1086;&#1085;&#44;&#101;&#109;&#97;&#105;&#108;&#44;&#32;&#1048;&#1084;&#1103;&#32;&#83;&#107;&#121;&#112;&#101;&#44;&#73;&#67;&#81;&#44;&#77;&#83;&#78;&#44;&#89;&#97;&#104;&#111;&#111;" style="width:175px" type="TEXT" size="10"></input></div>');
                            document.write('<div class="mvb">&#1042;&#1072;&#1096;&#32;&#1074;&#1086;&#1087;&#1088;&#1086;&#1089;&#32;&#1080;&#1083;&#1080;&#32;&#1087;&#1086;&#1078;&#1077;&#1083;&#1072;&#1085;&#1080;&#1077;&#46;');
                            document.write('<br><textarea name="email_comments" rows="3" cols="20"></textarea></div>');
                            document.write('<input value="&#1054;&#1058;&#1055;&#1056;&#1040;&#1042;&#1048;&#1058;&#1068;"  type="submit"></input>');
                            document.write('</td></tr></table></form>');
                    }