var myLoading = document.getElementById("loading").style; var text = document.getElementById("text"); var gallery = document.getElementById("gallery"); var flash = document.getElementById("flash"); var specGallery = document.getElementById("specGallery"); function updateFlash(flashstring) { if (flashstring != "gallery") { flash.style.visibility = "visible"; //var myDiv = document.getElementById("flashit"); //myDiv.team_function(); var textfromflash = thisMovie("flashit").furniture_function(); //document.getElementById("fromflash").innerHTML = textfromflash; // myDiv.furniture_function(); //eval("myDiv" + "." + flashstring + "_function()"); //var myfunction = "myDiv" + "." + flashstring + "_function()"; //eval(myfunction); }//end if return true; }//end function function thisMovie(movieName) { var isIE = navigator.appName.indexOf("Microsoft") != -1; return (isIE) ? window[movieName] : document[movieName]; } function galleryLoaded() { myLoading.visibility = "hidden"; //myLoading.display = "none"; if (flash.style.visibility != "visible") { if(!/MSIE 6.0/.test(navigator.userAgent)) { //Spry.Effect.DoFade('gallery', {duration: 4000, from: 0, to: 100, toggle: false}); } gallery.style.visibility = "visible"; } } function specGalleryLoaded() { myLoading.visibility = "hidden"; if (flash.style.visibility != "visible") { specGallery.style.display = "block"; } } var menu = document.getElementById("id_media"); menu.style.color = '#BABABA'; var menu = document.getElementById("id_furniture"); menu.style.color = '#666666'; var menu = document.getElementById("id_publishing"); menu.style.color = '#666666'; var menu = document.getElementById("id_gallery"); menu.style.color = '#666666'; var menu = document.getElementById("id_team"); menu.style.color = '#666666'; var menu = document.getElementById("id_renovations"); menu.style.color = '#666666'; flash.style.visibility = "visible"; specGallery.style.display = "none"; specGallery.innerHTML = ""; specGallery.style.zIndex = "0"; text.style.visibility = "visible"; myLoading.visibility = "hidden"; gallery.style.zIndex = "0"; gallery.style.innerHTML = ""; gallery.style.visibility = "hidden"; text.innerHTML = "
Media

Thu Watson, True Worth Realty Corp
Vancouver View
April, 2009



Room At The Top
Western Living
November 2007



Top of the world
BC Home
November 2007



Turnkey
Yaletown View
August 2004



"; updateFlash("media"); if(!/MSIE 6.0/.test(navigator.userAgent)) { //Spry.Effect.DoFade('footer', {duration: 2000, from: 0, to: 100, toggle: false}); Effect.FadeIn('text'); Effect.FadeIn('footer'); } if(!/MSIE 6.0/.test(navigator.userAgent)) { //Spry.Effect.DoFade('fade', {duration: 3000, from: 0, to: 100, toggle: false}); //Spry.Effect.DoFade('menu', {duration: 2000, from: 0, to: 100, toggle: false}); }