

//code by samstudio. 
//December 10, 2004 


//

function b(src){
if(src.blur)src.blur();
}

//

function pshow(){
if (document.location.search != ""){
	var myt= document.location.search.substr(1,1);
	var myp= document.location.search.substr(2);
	if(myt=="1"){
	eval("tt").className="bgcolor1";
	}
	document.pp.src="images/product/"+myp+"b.jpg";
	//alert(myt+","+myp);
	//eval(myvar).childNodes[1].setAttribute("name", "h");
	}
}
function tshow(){
if (document.location.search != ""){
	var myt= document.location.search.substr(1,1);
	var myp= document.location.search.substr(2);
	if(myt=="1"){
	eval("tt").className="bgcolor1";
	}
	document.pp.src="images/technology/"+myp+"b.jpg";
	}
}

