
function openPdf(city,flag){
  
  if (flag==0) url = 'http://www.amadeus.net/home/subwaymaps/en/pdf/'+city+'.pdf';
  else url = 'http://www.amadeus.net/home/subwaymaps/en/pdf/'+city+'.pdf';
  window.open(url,'','width=600,height=400,scrollbars=no,menu=no,resizable=yes')

}
function openMap(city,flag){
 
  if (flag==0) url = 'http://www.amadeus.net/home/subwaymaps/en/maps/'+city+'.htm';
  else url = 'http://www.amadeus.net/home/subwaymaps/en/maps/'+city+'.htm';
  window.open(url,'','width=600, height=400,scrollbars=yes,menu=no,resizable=yes')

}
function openDoc(city, flag){
   
   if (flag==0) url = 'http://www.amadeus.net/home/subwaymaps/en/word/'+city+'.doc';
   else url = 'http://www.amadeus.net/home/subwaymaps/en/word/'+city+'.doc';
  window.open(url,'','width=600,height=400,scrollbars=no,menu=no,resizable=yes')

}
function openGallery(city,flag){
  if (flag==0) url = 'http://www.amadeus.net/home/subwaymaps/en/photos/frame.htm';
  else url = 'http://www.amadeus.net/home/subwaymaps/en/photos/frame.htm';
  window.open(url,'','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=500')

}



function copy(){
	
 var cr = "<table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bordercolor=\"#000000\"  align=\"center\"> "	
         +"<tr> <td class=\"t1\"  align=\"center\"><br>"
         +"&copy; 2002 metroPlanet.<br />"
         +"Todos os direitos reservados. </td></tr></table>";
         
 return cr;
}
 
	

