function print(form){

text = ("<HEAD><TITLE>'Prague Royal Rent a Car agency - Contact information'</TITLE></HEAD>");
text = (text +"<BODY BGCOLOR ='#ffffff'>");
text=(text+"<TABLE BORDER =0 style=font-size:12px;font-family:Verdana; line-height:15px><TR VALIGN=Top><TD colspan=2 VALIGN=Top>");
text=(text+"<FONT SIZE=0><FONT COLOR='gray'>To print, choose File and Print.</FONT></FONT>");
text=(text+"</TD><TR>")
text=(text+"<TR VALIGN=Top><TD colspan=2>");
text = (text+"<LEFT><B><FONT SIZE = 3>Prague Royal Rent a Car agency - Contact information</FONT></B><br>");
text = (text +"<font size=1>Printed "+ Date())+"</font>";
text= (text +"<hr>");
text=(text+"</TD><TR>")
text=(text+"<TR VALIGN=Top><TD>");
text = (text+"<FONT SIZE = 2><FONT COLOR='#cf3000'><b>www.royalrent.cz<br>info@royalrent.cz<br><br>ROYAL Rent A Car agency<BR>Car rental station<BR>Opletalova 6,<BR>Prague 1, Czech Republic</b></font><BR><BR>Operating managers contacrs<br><b>Office: 00420 222 222 900<BR>GSM: &nbsp; 00420 605 277 777</b><br>Fax: &nbsp; &nbsp;&nbsp;00420 242 444 921<BR><br>Open hours:<br>Mon.-Fr.:  &nbsp; 8:00 - 18:00<br>Sat.-Sun.: 9:30 - 13:00 and state holidays<br><br>Our rent a Car station is in Prague downtown and in 5 minutes wolk from Metro stations:<br>MUSEUM - Metro line <FONT COLOR='#CC0000'>C red</font> / <FONT COLOR='#009900'>A green</font><br>HLAVN&Iacute; NADRA&#381;&Iacute; (Main Railway Station) - Metro line <FONT COLOR='#CC0000'>C red</font><br>M&#366;STEK - Metro line <FONT COLOR='#009900'>A green</font> Exit to Vaclavcke namesti, Museum");
text=(text+"</TD><TD>")
text=(text+"<TD></TR></TABLE>");
text=(text+"</body></html>");
                msgWindow=window.open("","displayWindow","toolbar=no,width=600,height=630,directories=no,status=yes,scrollbars=yes,resize=no,menubar=yes")
                msgWindow.document.write(text)
                msgWindow.document.close()
}

<!--// JavaScript Document
