// Global Vars
defaultStatus="PowerStream ™"


// Global Functions
function closeWin(){self.close();}
function PopWin(url,name,w,h){window.open(url,name,'height='+(h+15)+',width='+w+',innerHeight='+h+',innerWidth='+w+',toolbar=no,status=no,resizable=no');}
function PopWinP(url,name,w,h){window.open(url,name,'height='+(h+15)+',width='+w+',innerHeight='+h+',innerWidth='+w+',toolbar=no,status=yes,resizable=yes,menubar=yes,scrollbars=yes');}
function wrEmail(user){domain="PowerStream.NET";document.write('<a href=\"mailto:'+user+'@'+domain+'\">'+user+'@'+domain+'</a>');}