var lv3dwebid=1;LV3DWebEmbed=function(altContent,navTarget,altContentIE,altContentIECss){var html="";var piName="lv3dweb"+lv3dwebid;lv3dwebid++;if(!navTarget){navTarget=location.href}if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(navigator.mimeTypes["application/x-lv3dweb"]){html='<embed id="'+piName+'" type="application/x-lv3dweb" pluginspage="http://embed.lv3dweb.net/get.htm" width="100%" height="100%" src="'+location.href+'"/>'}else{if(altContent){html=altContent}else{html='<link href="http://lv3dweb.net/embed/style/altstyle.css" type="text/css" rel="stylesheet" /><div class="lv3dwebAltContainer"><div class="lv3dwebAltLogo"></div><div><p>A 3D website should be displayed here.</p><p><b><a href="http://embed.lv3dweb.net/get.htm">Get the Lateral Visions 3D Web plugin</a></b></p><p>to enable it to display in this browser.</p><p>If you have just installed the plugin and still see this content, <a href="javascript:location.reload(true)">Refresh this page</a>.</p><p>The plugin is a small, fast download, and is secure and digitally signed.<br/>For more information, visit <a href="http://www.lateralvisions.com">Lateral Visions</a>.</p></div></div>'}}}else{if(altContentIE){if(!altContentIECss){altContentIECss=''}html=altContentIECss+'<object id="'+piName+'" classid="CLSID:6DADD83E-34C4-4BE4-B595-5001DDF3D383" codebase="http://embed.lv3dweb.net/NPShellWin32ActiveX.cab" width="100%" height="100%"><param name="NavigateTo" value="'+location.href+'" />'+altContentIE+'</object>'}else{var altDiv='<div class="lv3dwebAltContainer"><div class="lv3dwebAltLogo"></div><div><p>A 3D website should be displayed here.<br/>To view the 3D website, please allow the Lateral Visions 3D Web plugin to install.</p><p>The plugin is a small (approx 100kb; a few seconds) download, and is secure and digitally signed.<br/>For more information, visit <a href="http://www.lateralvisions.com">Lateral Visions</a>.</p></div></div>';html='<link href="http://lv3dweb.net/embed/style/altstyle.css" type="text/css" rel="stylesheet" /><object id="'+piName+'" classid="CLSID:6DADD83E-34C4-4BE4-B595-5001DDF3D383" codebase="http://embed.lv3dweb.net/NPShellWin32ActiveX.cab" width="100%" height="100%"><param name="NavigateTo" value="'+location.href+'" />'+altDiv+'</object>'}}document.write(html);setTimeout(function(){try{document.getElementById(piName).NPMessage('NavigateTo',navTarget)}catch(e){}},80);var tmp=document.getElementById('lv3dwebworld');if(tmp){tmp.parentNode.removeChild(tmp)}}