
function openPdf(city,flag){
  
  if (flag==0) url = 'pdf/'+city+'.pdf';
  else url = '../pdf/'+city+'.pdf';
  window.open(url,'','width=600,height=400,scrollbars=no,menu=no,resizable=yes')

}
function openMap(city,flag){
 
  if (flag==0) url = 'maps/'+city+'.htm';
  else url = '../maps/'+city+'.htm';
  window.open(url,'','width=600, height=400,scrollbars=yes,menu=no,resizable=yes')

}
function openDoc(city, flag){
   
   if (flag==0) url = 'word/'+city+'.doc';
   else url = '../word/'+city+'.doc';
  window.open(url,'','width=600,height=400,scrollbars=no,menu=no,resizable=yes')

}
function openGallery(city,flag){
  if (flag==0) url = 'photos/frame.htm';
  else url = '../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=\"#666666\"  align=\"center\"> "	
         +"<tr> <td class=\"t1\"  align=\"center\">"
         +"<br>&copy; 2007 Amadeus Global Travel Distribution.<br />"
         +"&copy; 2007 UrbanRail.Net (R. Schwandl)<br />"
         +"All rights reserved.</td></tr></table>";
         
 return cr;
}
 
	
