function slideshow(cid) { 
document.write("<object  classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"500\" height=\"417\">")
document.write("                <param name=\"FlashVars\" value=\"xmlfile=/travel/slideshowxml.php?cid="+cid+"\" />")
document.write("                <param name=\"movie\" value=\"/travel/city-hotel-slide.swf\">")
document.write("                <param name=\"quality\" value=\"high\">")
document.write("                <embed flashvars=\"xmlfile=/travel/slideshowxml.php?cid="+cid+"\" src=\"/travel/city-hotel-slide.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"500\" height=\"417\"></embed>")
document.write("              </object>")
}
