// JavaScript Document
function whitefadeOn(sign){sign.style.opacity=0.8;sign.style.filter = 'alpha(opacity=80)';}
function whitefadeOff(sign){sign.style.opacity=1.8;sign.style.filter = 'alpha(opacity=100)';}function screenopt1(){}function thick(){}function popup(popname, popheight, popwidth){mypop = document.getElementById('despop');mypop.style.display='block';mypop.style.backgroundImage="url("+popname+")";mypop.style.height=popheight;mypop.style.width=popwidth;}function popup1(popname, popheight, popwidth, ptop){mypop = document.getElementById('despop');mypop.style.display='block';mypop.style.backgroundImage="url("+popname+")";mypop.style.height=popheight;mypop.style.width=popwidth;mypop.style.marginTop=ptop;}
