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 = '#666666'; var menu = document.getElementById("id_furniture"); menu.style.color = '#666666'; var menu = document.getElementById("id_publishing"); menu.style.color = '#BABABA'; 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 = "
Publishing

True Worth Publishing launched Vancouver Signature Interiors at a gala event hosted by Thu Watson at the Terminal City Club. The elegant coffee-table style volume showcases luxurious contemporary homes that celebrate the West Coast lifestyle. The landmark publication, with a foreword by award winning interior designer Robert Ledingham, includes signature interiors by Vancouver's leading interior designers. Each distinctive interior is worthy of representing Vancouver's signature on an international scale.

Preview the book at www.vancouversignatureinteriors.com
"; updateFlash("publishing"); 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}); }