if(typeof(com)=='undefined'||typeof(com.loewald)=='undefined'||typeof(com.loewald.gallery)=='undefined'){if(typeof(com)=='undefined'){com={};}
if(typeof(com.loewald)=='undefined'){com.loewald={};}
if(typeof(com.loewald.gallery)=='undefined'){com.loewald.gallery={gallery_image:0,show:function(ew,eh){var mw=48;var w=document.body.clientWidth;var div=document.getElementById("showcase");if(div.innerHTML==''){return;}
div.style.display="block";var elt=document.getElementById("showcase_image");elt.style.display="block";if(typeof(ew)=='number'&&typeof(eh)=='number'){}else{var ew=elt.width;var eh=elt.height;if(com.loewald.gallery.gallery_image){eh=com.loewald.gallery.gallery_image.height;ew=com.loewald.gallery.gallery_image.width;elt.src=com.loewald.gallery.gallery_image.src;}
if(ew>w- mw){var scale=(w- mw)/ew;elt.height=eh*scale;elt.width=ew*scale;}else{elt.height=eh;elt.width=ew;}}
div.style.left=((w- elt.width- mw)/2+ 8)+"px";},hide:function(){var div=document.getElementById("showcase");div.style.display="none";div.innerHTML='';var blackout=document.getElementById("blackout");blackout.style.display="none";},showtab:function(which){var tabs=document.getElementsByTagName('div');for(var i in tabs){var tab=tabs[i];if(tab.className=='tab_content'){if(tab.innerHTML.substr(0,which.length+ 7)=='<!--'+ which+'-->'){tab.style.display="block";}else{tab.style.display="none";}}}},display:function(url){var type=url.split('.').pop();var div=document.getElementById("showcase");switch(type){case'mov':var w=640;var h=480;var code='<OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ';code+='codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="'+ w+'" height="'+ h+'" id="showcase_image" >';code+='<PARAM name="src" value="'+ url+'">';code+='<PARAM name="controller" value="true">';code+='<PARAM name="scale" value="aspect">';code+='<EMBED width="'+ w+'" height="'+ h+'" src="'+ url+'" TYPE="video/quicktime" '
code+='PLUGINSPAGE="www.apple.com/quicktime/download" ';code+='name="showcase_image" controller="true" scale="aspect" enablejavascript="true"></EMBED></OBJECT>';code+='<div style="text-align: center;"><a href="javascript:com.loewald.gallery.hide();">hide</a></div>';div.innerHTML=code;var blackout=document.getElementById("blackout");blackout.style.display="block";com.loewald.gallery.show(w,h);break;case'jpg':case'gif':case'png':com.loewald.gallery.hide();var code='<a href="javascript: com.loewald.gallery.hide()">';code+='<img id="showcase_image" alt="[Gallery Image]" src="images/moon.gif" border="0"></a>';div.innerHTML=code;var blackout=document.getElementById("blackout");blackout.style.display="block";com.loewald.gallery.gallery_image=new Image();com.loewald.gallery.gallery_image.src='';com.loewald.gallery.gallery_image.onload=com.loewald.gallery.show;setTimeout("com.loewald.gallery.show();",2000);com.loewald.gallery.gallery_image.src=url;break;default:document.location=url;}}}}}
