function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function go()
{
var a = window. open('','','scrollbars=yes,width=600,height=500');

a.document.open("text/html");
a.document.write('<html><head><title>PlayLands Print Page</title><style type="text/css">h1{font-family:Arial, Helvetica, sans-serif;font-size: 16px;color: #000000;font-weight:normal;margin: 0px;padding: 0px;}h2{font-family:Arial, Helvetica, sans-serif;font-size: 12px;color: #333333;font-weight:normal;margin: 0px;padding: 0px;}</style></head><body style="padding:10px;background-color:#FFFFFF;font-family: Arial, Helvetica, sans-serif;font-size:12px;color:#333333;">');
a.document.write(document.getElementById('print').innerHTML);
a.document.write('<p style="color:#FF3300"><br/><b>www.SolutiiUrbane.ro</b><br/>Address: Str. Intrarea Amzei nr. 3, Et. 1, Sect. 1, Bucuresti<br/>Tel: +4.021 318 94 63<br/>Fax: +4.021 311 80 52<br/>E-mail: office@solutiiurbane.ro</p></body></html>');
a.document.close();
a.print();
}


<!--
menu_status = new Array();

function showHide(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);

        if(menu_status[theid] != 'show') {
           switch_id.className = 'show';
           menu_status[theid] = 'show';
        }else{
           switch_id.className = 'hide';
           menu_status[theid] = 'hide';
        }
    }
}

//-->