//<!--

//2@@m24

var viSpcrPic='images/dot_clear.gif';var unloading=false;function MM_reloadPage(init)
{if(init)with(navigator)
{if((appName=="Netscape")&&(parseInt(appVersion)==4))
{document.MM_pgW=innerWidth;document.MM_pgH=innerHeight;onresize=MM_reloadPage;}}
else if(innerWidth!=document.MM_pgW||innerHeight!=document.MM_pgH)location.reload();}
function clientBrowserSniffer()
{var ua=navigator.userAgent.toLowerCase();this.major=parseInt(navigator.appVersion);if((is.opera&&(is.ver>4))||(is.ie&&(is.ver<4))||is.webTV||is.safari||ua.contains('hotjava')||(is.nav&&(is.ver<4)))
return true;return false;}
function getOriginalImg()
{return document.images['PortBig'];}
function resizeImage(imageOrImageName)
{var u="undefined";var image=typeof imageOrImageName=='string'?document[imageOrImageName]:imageOrImageName;if((is.nav&&(is.ver>4))||(is.opera&&(is.ver==5)))
{image=new Image();image.src=typeof imageOrImageName=='string'?document[imageOrImageName]:imageOrImageName;}
var imw=PortUser_SelfHosted_image.width;var imh=PortUser_SelfHosted_image.height;if((is.ie||is.safari)&&is.mac)
{var origImg=getOriginalImg();if(typeof(origImg)!="undefined")
{if(typeof(origImg.width)!="undefined")
{imw=origImg.width;}
if(typeof(origImg.height)!="undefined")
{imh=origImg.height;}}}
var rw=imw/200,rh=imh/200,ratio=(rw>rh)?rw:rh;if(document.layers)
{var l;imageOrImageName.src=viSpcrPic;if(!image.overLayer)
l=image.overLayer=new Layer(200);l=image.overLayer;l.bgColor=document.bgColor;if(ratio>1)
{l.clip.width=Math.round(imw/ratio);l.clip.height=Math.round(imh/ratio);}
else
{l.clip.width=imw;l.clip.height=imh;}
l.left=image.x+((200-l.clip.width)/2);l.top=image.y+((200-l.clip.height)/2);var im=PortUser_SelfHosted_image;if(im&&im.src)
{var i=' <a href=\"#Portphotohosting\"><IMG SRC="'+im.src+'"';i+=image.name?' NAME="overLayer'+image.name+'"':'';i+=' border=0  WIDTH="'+l.clip.width+'" HEIGHT="'+l.clip.height+'"> </a>';l.document.open();l.document.write(i);l.document.close();}
l.visibility='show';}
else
{if(ratio>=1)
{if(typeof(document.SelfHostedImage)!='undefined'){document.SelfHostedImage.setAttribute('width',imw/ratio);document.SelfHostedImage.setAttribute('height',imh/ratio);}}
else
{if((is.ie||is.safari)&&is.mac)
{if(typeof(document.SelfHostedImage)!='undefined'){document.SelfHostedImage.setAttribute('width',imw);document.SelfHostedImage.setAttribute('height',imh);}}}}}
function init()
{var i=document.SelfHostedImage;var u="undefined";if(typeof(i)==u)
return;if(typeof(i.src)!=u&&i.src.length!=0)
resizeImage(i);}
function hostedImageLoaded(img,wellSize)
{var n=(typeof(wellSize)=="number")?wellSize:200;var h=img.height,w=img.width;if((h&&w)&&(h>n)&&(w>n))
{if(h/n>w/n)
{img.width=n*w/h;img.height=n;}
else
{img.height=h*n/w;img.width=n;}}}
function writeHostedImage()
{var u="undefined",h=200;var w=200,img=new Image();img.src=hostedimageSRc;if(typeof(img.height)!=u)
if(img.height>1&&img.height<h)
h=img.height;if(typeof(img.width)!=u)
if(img.width>1&&img.width<w)
w=img.width;s='<a href="#Portphotohosting">';s+='<img src="'+hostedimageSRc+'" width='+w.toString()+' align=middle border=0 ';s+='name=SelfHostedImage height='+h.toString()+' onload="hostedImageLoaded(this);"></a>';document.open();document.write(s);document.close();}
function slideshow(direction)
{if(direction==null||typeof(direction)=='undefined')
{if((lastTime+delay)>new Date().getTime())
direction=0;else
direction=currentDirection;}
else
currentDirection=direction;if(direction!=0)
{if(direction>0)
{currentSlide++;if(currentSlide>(slides.length-1))
currentSlide=0;}
else
{currentSlide=currentSlide-1;if(currentSlide<0)
currentSlide=(slides.length-1);}
lastTime=new Date().getTime();update(slides[currentSlide]);setTimeout('slideshow()',delay);}}
function update(url,index,isSuper)
{currentIndex=index;currentIsSuper=isSuper;document['PortBig'].src=url;visibleState="hidden";if(isSuper)
visibleState="visible";if(document.layers&&document.PortSuperLink1)
{document.PortSuperLink1.visibility=visibleState;document.PortSuperLink2.visibility=visibleState;}
if(document.all&&document.all.PortSuperLink1)
{document.all.PortSuperLink1.style.visibility=visibleState;document.all.PortSuperLink2.style.visibility=visibleState;}
if(!document.all&&document.getElementById&&document.getElementById("PortSuperLink1"))
{document.getElementById("PortSuperLink1").style.visibility=visibleState;document.getElementById("PortSuperLink2").style.visibility=visibleState;}
return false;}
function supersize()
{if(currentIsSuper){var modSuperSizeUrl=superSizeURL.substr(0,superSizeURL.indexOf("indexURL=")+9)+
currentIndex+superSizeURL.substr(superSizeURL.indexOf("indexURL=")+10);location.href=modSuperSizeUrl;}
return;}
function converter(page)
{appletwin=window.open(page,"currency_page","width=550,height=300,resizable=1,screenX=300,screenY=300");}
function gotoNext()
{document['PortSuper'].src=images[++current];updateLabels();return false;}
function gotoPrev()
{current=current-1;document['PortSuper'].src=images[current];updateLabels();return false;}
function updateLabels()
{visibleStatePrevious="hidden";if(current)
visibleStatePrevious="visible";visibleStateNext="visible";if(current+1==images.length-1)
visibleStateNext="hidden";if(document.layers)
{document.nextLabel1.visibility=visibleStateNext;document.nextLabel2.visibility=visibleStateNext;document.prevLabel1.visibility=visibleStatePrevious;document.prevLabel2.visibility=visibleStatePrevious;}
var da=document.all;if(da)
{da.nextLabel1.style.visibility=visibleStateNext;da.nextLabel2.style.visibility=visibleStateNext;da.prevLabel1.style.visibility=visibleStatePrevious;da.prevLabel2.style.visibility=visibleStatePrevious;}
if(!da&&document.getElementById)
{document.getElementById("nextLabel1").style.visibility=visibleStateNext;document.getElementById("nextLabel2").style.visibility=visibleStateNext;document.getElementById("prevLabel1").style.visibility=visibleStatePrevious;document.getElementById("prevLabel2").style.visibility=visibleStatePrevious;}}
function gotoOther()
{if(typeof(descSS)!="undefined"&&descSS!=null){currentIndex=descSS.position;}
var modSuperSizeUrl=superSizeGotoURL.substr(0,superSizeGotoURL.indexOf("indexURL=")+9)+
currentIndex+superSizeGotoURL.substr(superSizeGotoURL.indexOf("indexURL=")+10);location.href=modSuperSizeUrl;return false;}



// b=3517910 -->
