function showcar(num){

carwin=window.open("about:blank","_blank","width=250,height=250");
carwin.document.write("<? include \"browser_lang.php\";include \"en/left.php\";include \"/home/interdyn/www/library.php\";include \"/home/interdyn/www/en/common.php\";?><html><head><title></title><link href=\"style/style.css\" rel=\"stylesheet\" type=\"text/css\"></head><body leftmargin='0' topmargin='0'><center>");
carwin.document.write("<img src=library/image"+num+".jpg></img>");
carwin.document.write("<form><input type=button value=\"close Window\" onclick='self.close()' style=\"font-size:12; font-family:verdana,tahoma,arial\" class=\"bg1\"></input></form>");
carwin.document.write("</center></body></html>");

}
