function popWin(w,h,pageUrl,scrollbar,resizable){
	newWind=window.open
   (pageUrl,"newWindow","status=no,toolbar=no,resizable="+resizable+",scrollbars=no,width="+w+",height="+h+",top=100,left=100")
}

if (document.images) {
abo_on = new Image();	abo_on.src = "/images/roll/abouttab_on.gif";
abo_off = new Image();	abo_off.src = "/images/roll/abouttab_off.gif";
ons_on = new Image();	ons_on.src = "/images/roll/onsaletab_on.gif";
ons_off = new Image();	ons_off.src = "/images/roll/onsaletab_off.gif";
nws_on = new Image();	nws_on.src = "/images/roll/newstufftab_on.gif";
nws_off = new Image();	nws_off.src = "/images/roll/newstufftab_off.gif";
frm_on = new Image();	frm_on.src = "/images/roll/forumtab_on.gif";
frm_off = new Image();	frm_off.src = "/images/roll/forumtab_off.gif";
eve_on = new Image();	eve_on.src = "/images/roll/eventstab_on.gif";
eve_off = new Image();	eve_off.src = "/images/roll/eventstab_off.gif";
nwz_on = new Image();	nwz_on.src = "/images/roll/newstab_on.gif";
nwz_off = new Image();	nwz_off.src = "/images/roll/newstab_off.gif";
cus_on = new Image();	cus_on.src = "/images/roll/custservtab_on.gif";
cus_off = new Image();	cus_off.src = "/images/roll/custservtab_off.gif";
}

function swapem (sname,lname) {
sname.src = lname.src;
}

