
if (document.images) {  			   
	toc1on = new Image(); 
	toc1on.src = "/images/tabs-on_02.gif";
	toc1off = new Image(); 
	toc1off.src = "/images/tabs-off_02.gif"; 
	
	toc2on = new Image(); 
	toc2on.src = "/images/tabs-on_03.gif";
	toc2off = new Image(); 
	toc2off.src = "/images/tabs-off_03.gif";

	toc3on = new Image(); 
	toc3on.src = "/images/tabs-on_04.gif";
	toc3off = new Image(); 
	toc3off.src = "/images/tabs-off_04.gif";

	toc4on = new Image(); 
	toc4on.src = "/images/tabs-on_05.gif";
	toc4off = new Image(); 
	toc4off.src = "/images/tabs-off_05.gif";
	
	toc5on = new Image(); 
	toc5on.src = "/images/tabs-on_06.gif";
	toc5off = new Image(); 
	toc5off.src = "/images/tabs-off_06.gif";
	
	toc6on = new Image(); 
	toc6on.src = "/images/tabs-on_07.gif";
	toc6off = new Image(); 
	toc6off.src = "/images/tabs-off_07.gif"; 
}

function img_onact(imgName) {
	if (document.images) {
		imgOn = eval(imgName + "on.src");
		document [imgName].src = imgOn;
		}
	}

function img_offoffinact(imgName) {
	if (document.images) {
		imgOff = eval(imgName + "off.src");
		document [imgName].src = imgOff;
		}
	}

function openBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;
    var myTop = (screen.height-myHeight)/2;
    features+=(features!='')?',':'';
    features+=',left='+myLeft+',top='+myTop;
  }
  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
}

function openCookie() {
	window.open("/content/popup/index.asp","Index","toolbar=no,location=0,directories=0,status=0,menubar=no,scrollbars=no,resizable=no,width=310,height=360")
	self.focus();
}