function Hotelfacility(transfer,web,gym,swim,park,nightclub,sauna,chineserestaurant,westrestaurant,tennis,laundry,shop,restaurant)
{
if (transfer==0 )
document.write("<img src='../image/hotel/transfer.gif'>")
else
document.write("<img src='../image/hotel/transfer.jpg' alt='transfer'>")

if (web==0)
document.write("<img src='../image/hotel/web.gif'>")
else
document.write("<img src='../image/hotel/web.jpg' alt='web'>")

if (gym==0 )
document.write("<img src='../image/hotel/gym.gif'>")
else
document.write("<img src='../image/hotel/gym.jpg' alt='gym'>")

if (swim==0) 
document.write("<img src='../image/hotel/swim.gif'>")
else
document.write("<img src='../image/hotel/swim.jpg' alt='swim'>")

if (park==0)
document.write("<img src='../image/hotel/p.gif'>")
else
document.write("<img src='../image/hotel/p.jpg' alt='parking'>")

if (nightclub==0 )
document.write("<img src='../image/hotel/night club.gif'>")
else
document.write("<img src='../image/hotel/night club.jpg' alt='night club'>")

if (sauna==0 )
document.write("<img src='../image/hotel/sauna.gif'>")
else
document.write("<img src='../image/hotel/sauna.jpg' alt='sauna'>")

if (chineserestaurant==0 )
document.write("<img src='../image/hotel/chinese resturant.gif'>")
else
document.write("<img src='../image/hotel/chinese resturant.jpg' alt='chinese restaurant'>")

if (westrestaurant==0 )
document.write("<img src='../image/hotel/western resturnt.gif'>")
else
document.write("<img src='../image/hotel/western resturnt.jpg' alt='western restaurant'>")

if (tennis==0) 
document.write("<img src='../image/hotel/tennis.gif'>")
else
document.write("<img src='../image/hotel/tennis.jpg' alt='tennis'>")

if (laundry==0) 
document.write("<img src='../image/hotel/laundry.gif'>")
else
document.write("<img src='../image/hotel/laundry.jpg' alt='laundry'>")

if (shop==0 )
document.write("<img src='../image/hotel/shop.gif'>")
else
document.write("<img src='../image/hotel/shop.jpg' alt='shop'>")

if (restaurant==0 )
document.write("<img src='../image/hotel/resturant.gif' >")
else
document.write("<img src='../image/hotel/resturant.jpg' alt='restaurant'>")

}
