function popWindow (url,myWidth,myHeight,myScrollbars,myTop,myLeft,myMenubar,myResize) {
window.open (url, "","width="+myWidth+",height="+myHeight+",scrollbars="+myScrollbars+",top="+myTop+",left="+myLeft+",menubar="+myMenubar+",resizable="+myResize+",bgcolor=#ffffff");
}

// Netscape 3.0 compatibility test (for javascript image swapping)
compat = false;
if( parseInt( navigator.appVersion ) >= 3 ) { compat = true; }

// cache images for quick swapping
if( compat )
{
	nton = new Image();
	nton.src = "/wcsstore/ErrorPages/images/nt_logo_on.gif";
	ntoff = new Image();
	ntoff.src = "/wcsstore/ErrorPages/images/nt_logo_off.gif";

	pfon = new Image();
	pfon.src = "/wcsstore/ErrorPages/images/pf_logo_on.gif";
	pfoff = new Image();
	pfoff.src = "/wcsstore/ErrorPages/images/pf_logo_off.gif";

	wdon = new Image();
	wdon.src = "/wcsstore/ErrorPages/images/wr_logo_on.gif";
	wdoff = new Image();
	wdoff.src = "/wcsstore/ErrorPages/images/wr_logo_off.gif";

	hron = new Image();
	hron.src = "/wcsstore/ErrorPages/images/hr_logo_on.gif";
	hroff = new Image();
	hroff.src = "/wcsstore/ErrorPages/images/hr_logo_off.gif";

	fmon = new Image();
	fmon.src = "/wcsstore/ErrorPages/images/fm_logo_on.gif";
	fmoff = new Image();
	fmoff.src = "/wcsstore/ErrorPages/images/fm_logo_off.gif";

	imgon = new Image();
	imgon.src = "/wcsstore/ErrorPages/images/im_logo_on.gif";
	imgoff = new Image();
	imgoff.src = "/wcsstore/ErrorPages/images/im_logo_off.gif";

	wson = new Image();
	wson.src = "/wcsstore/ErrorPages/images/wl_logo_on.gif";
	wsoff = new Image();
	wsoff.src = "/wcsstore/ErrorPages/images/wl_logo_off.gif";

	efon = new Image();
	efon.src = "/wcsstore/ErrorPages/images/ep_logo_on.gif";
	efoff = new Image();
	efoff.src = "/wcsstore/ErrorPages/images/ep_logo_off.gif";

	rbon = new Image();
	rbon.src = "/wcsstore/ErrorPages/images/rb_logo_on.gif";
	rboff = new Image();
	rboff.src = "/wcsstore/ErrorPages/images/rb_logo_off.gif";

	ggon = new Image();
	ggon.src = "/wcsstore/ErrorPages/images/gg_logo_on.gif";
	ggoff = new Image();
	ggoff.src = "/wcsstore/ErrorPages/images/gg_logo_off.gif";

	ifton = new Image();
	ifton.src = "/wcsstore/ErrorPages/images/if_logo_on.gif";
	iftoff = new Image();
	iftoff.src = "/wcsstore/ErrorPages/images/if_logo_off.gif";

	utson = new Image();
	utson.src = "/wcsstore/ErrorPages/images/ut_logo_on.gif";
	utsoff = new Image();
	utsoff.src = "/wcsstore/ErrorPages/images/ut_logo_off.gif";

}

// swap images using the cached images
function brillar(x, y)
{
	if( compat ) { document.images[x].src=eval(y+'.src'); }
}