function mouseOver($id){        
    if( $id == 1 ){
        document.getElementById("sm1").src ="http://www.rallyestonia.com/rally/wp-content/themes/RE2011-Theme/images/ico_sub1_over.png";
    } else if( $id == 2 ) {
        document.getElementById("sm2").src ="http://www.rallyestonia.com/rally/wp-content/themes/RE2011-Theme/images/ico_sub2_over.png";
    } else if( $id == 3 ) {
        document.getElementById("sm3").src ="http://www.rallyestonia.com/rally/wp-content/themes/RE2011-Theme/images/ico_sub3_over.png";
    } else if( $id == 4 ) {
        document.getElementById("sm4").src ="http://www.rallyestonia.com/rally/wp-content/themes/RE2011-Theme/images/ico_sub4_over.png";
    } else if( $id == 5 ) {
        document.getElementById("sm5").src ="http://www.rallyestonia.com/rally/wp-content/themes/RE2011-Theme/images/ico_sub5_over.png";
    }
}
function mouseOut($id){    
    if( $id == 1 ){
        document.getElementById("sm1").src ="http://www.rallyestonia.com/rally/wp-content/themes/RE2011-Theme/images/ico_sub1.png";
    } else if( $id == 2 ) {
        document.getElementById("sm2").src ="http://www.rallyestonia.com/rally/wp-content/themes/RE2011-Theme/images/ico_sub2.png";
    } else if( $id == 3 ) {
        document.getElementById("sm3").src ="http://www.rallyestonia.com/rally/wp-content/themes/RE2011-Theme/images/ico_sub3.png";
    } else if( $id == 4 ) {
        document.getElementById("sm4").src ="http://www.rallyestonia.com/rally/wp-content/themes/RE2011-Theme/images/ico_sub4.png";
    } else if( $id == 5 ) {
        document.getElementById("sm5").src ="http://www.rallyestonia.com/rally/wp-content/themes/RE2011-Theme/images/ico_sub5.png";
    }
}



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
