var image1=new Image()
image1.src="img/clarion_hotel_federal_way_index1.jpg"
var image2=new Image()
image2.src="img/clarion_hotel_federal_way_index2.jpg"
var image3=new Image()
image3.src="img/clarion_hotel_federal_way_index3.jpg"
var image4=new Image()
image4.src="img/clarion_hotel_federal_way_index4.jpg"
var image5=new Image()
image5.src="img/clarion_hotel_federal_way_index5.jpg"
var image6=new Image()
image6.src="img/clarion_hotel_federal_way_index6.jpg"
var image7=new Image()
image7.src="img/clarion_hotel_federal_way_index7.jpg"
function initImage(){imageId='image1';image=document.getElementById(imageId);setOpacity(image,0);image.style.visibility="visible";fadeIn(imageId,0);}
function fadeIn(objId,opacity){if(document.getElementById){obj=document.getElementById(objId);if(opacity<=100){setOpacity(obj,opacity);opacity+=10;window.setTimeout("fadeIn('"+objId+"',"+opacity+")",130);}}}
function setOpacity(obj,opacity){opacity=(opacity==100)?99.999:opacity;obj.style.filter="alpha(opacity:"+opacity+")";obj.style.KHTMLOpacity=opacity/100;obj.style.MozOpacity=opacity/100;obj.style.opacity=opacity/100;}
function externalLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); for (var i=0; i<anchors.length; i++) { var anchor = anchors[i]; if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external") anchor.target = "_blank"; } } window.onload = externalLinks;
