// Escape from frames

if (window != top) top.location.href = location.href;

// Mouseover buttons

compat = false;
if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; }
if( compat )
{

newson=new Image;(87,30)
newson.src="external/news_on.jpg";
newsoff=new Image;(87,30)
newsoff.src="external/news_off.jpg";

liveon=new Image;(61,30)
liveon.src="external/live_on.jpg";
liveoff=new Image;(61,30)
liveoff.src="external/live_off.jpg";

musicon=new Image;(73,30)
musicon.src="external/music_on.jpg";
musicoff=new Image;(73,30)
musicoff.src="external/music_off.jpg";

bandon=new Image;(67,30)
bandon.src="external/band_on.jpg";
bandoff=new Image;(67,30)
bandoff.src="external/band_off.jpg";

shopon=new Image;(70,30)
shopon.src="external/shop_on.jpg";
shopoff=new Image;(70,30)
shopoff.src="external/shop_off.jpg";

presson=new Image;(71,30)
presson.src="external/press_on.jpg";
pressoff=new Image;(71,30)
pressoff.src="external/press_off.jpg";

myspaceon=new Image;(94,30)
myspaceon.src="external/myspace_on.jpg";
myspaceoff=new Image;(94,30)
myspaceoff.src="external/myspace_off.jpg";

forumon=new Image;(83,30)
forumon.src="external/forum_on.jpg";
forumoff=new Image;(89,25)
forumoff.src="external/forum_off.jpg";

contacton=new Image;(93,30)
contacton.src="external/contact_on.jpg";
contactoff=new Image;(93,30)
contactoff.src="external/contact_off.jpg";

linkson=new Image;(108,25)
linkson.src="external/links_on.jpg";
linksoff=new Image;(59,25)
linksoff.src="external/links_off.jpg";
}

function glow(x, y)
{
   if( compat ) { document.images[x].src=eval(y+'.src'); }
}

// Window Popup

var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
win=window.open(mypage,myname,settings);}