// JavaScript Document
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;



<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function left_tab(no){
	if(no == 1) {
		document.getElementById("left1").src="/main_images/main_catalog_on_1.gif";
		document.getElementById("left2").src="/main_images/main_catalog_off_2.gif";
		document.getElementById("left3").src="/main_images/main_catalog_off_3.gif";

	} else if(no == 2) {
		document.getElementById("left1").src="/main_images/main_catalog_off_1.gif";
		document.getElementById("left2").src="/main_images/main_catalog_on_2.gif";
		document.getElementById("left3").src="/main_images/main_catalog_off_3.gif";

	} else if(no == 3) {
		document.getElementById("left1").src="/main_images/main_catalog_off_1.gif";
		document.getElementById("left2").src="/main_images/main_catalog_off_2.gif";
		document.getElementById("left3").src="/main_images/main_catalog_on_3.gif";
	}
}



//-->
