<!--

isIE=document.all;
isNN=!document.all&&document.getElementById;
isN4=document.layers;
isHot=false;

function ddInit(e){
	topDog=isIE ? "BODY" : "HTML";
	whichDog=isIE ? document.all.Layer01 : document.getElementById("Layer01");  
	whichDog2=isIE ? document.all.Layer02 : document.getElementById("Layer02"); 
	whichDog3=isIE ? document.all.Layer03 : document.getElementById("Layer03");
	
	
	
	//Dog4 = tech data steel lockers 1T
	whichDog4=isIE ? document.all.Layer04 : document.getElementById("Layer04");
	
	//Dog5 = tech data steel lockers 2T
	whichDog5=isIE ? document.all.Layer05 : document.getElementById("Layer05");

	//Dog6 = tech data steel lockers 3T
	whichDog6=isIE ? document.all.Layer06 : document.getElementById("Layer06");

	//Dog7 = tech data steel lockers 5T
	whichDog7=isIE ? document.all.Layer07 : document.getElementById("Layer07");	

	//Dog8 = tech data steel lockers 6T
	whichDog8=isIE ? document.all.Layer08 : document.getElementById("Layer08");	

	//Dog9 = tech data steel lockers 16Person LockerRack
	whichDog9=isIE ? document.all.Layer09 : document.getElementById("Layer09");	

	//Dog11 = benefits 1T Steel
	whichDog11=isIE ? document.all.Layer11 : document.getElementById("Layer11");
	
	//Dog90 = Quote form instructions floater
	whichDog90=isIE ? document.all.Layer90 : document.getElementById("Layer90");

	//Dog21 = SafetyView 1 tier
	whichDog21=isIE ? document.all.Layer21 : document.getElementById("Layer21");
	
	//Dog22 = SafetyView 2 tier
	whichDog22=isIE ? document.all.Layer22 : document.getElementById("Layer22");
	
	//Dog23 = SafetyView 3 tier
	whichDog23=isIE ? document.all.Layer23 : document.getElementById("Layer23");

	//Dog24 = SafetyView 5 tier
	whichDog24=isIE ? document.all.Layer24 : document.getElementById("Layer24");
	
	//Dog25 = SafetyView 6Tier
	whichDog25=isIE ? document.all.Layer25 : document.getElementById("Layer25");
	
	//Dog26 = SafetyView 16 person LR
	whichDog26=isIE ? document.all.Layer26 : document.getElementById("Layer26");

	//Dog991t = 1T Color Chart
	whichDog991t=isIE ? document.all.ColorChart3T : document.getElementById("ColorChart1T");
	
	//Dog992T2T = 2T Color Chart
	whichDog992T=isIE ? document.all.ColorChart2T : document.getElementById("ColorChart2T");
	
	//Dog99 = 3T Color Chart
	whichDog99=isIE ? document.all.ColorChart3T : document.getElementById("ColorChart3T");	

	//Dog995T = 5T Color Chart
	whichDog995T=isIE ? document.all.ColorChart3T : document.getElementById("ColorChart5T");

	//Dog996T = 6T Color Chart
	whichDog996T=isIE ? document.all.ColorChart3T : document.getElementById("ColorChart6T");

	//Dog99LR = LR Color Chart
	whichDog99LR=isIE ? document.all.ColorChartLR : document.getElementById("ColorChartLR");
	
	hotDog=isIE ? event.srcElement : e.target;  
	while (hotDog.id!="titleBar"&&hotDog.tagName!=topDog){
		hotDog=isIE ? hotDog.parentElement : hotDog.parentNode;
	}  
	if (hotDog.id=="titleBar"){
		offsetx=isIE ? event.clientX : e.clientX;
		offsety=isIE ? event.clientY : e.clientY;
		nowX=parseInt(whichDog.style.left);
		nowY=parseInt(whichDog.style.top);
		ddEnabled=true;
		document.onmousemove=dd;
	}
}

function dd(e){
	if (!ddEnabled) return;
	whichDog.style.left=isIE ? nowX+event.clientX-offsetx : nowX+e.clientX-offsetx; 
	whichDog.style.top=isIE ? nowY+event.clientY-offsety : nowY+e.clientY-offsety;
	return false;  
}

function hideLayer01(){
	if (isIE||isNN) whichDog.style.visibility="hidden";
	else if (isN4) document.Layer01.visibility="hide";
}

function showLayer01(){
	if (isIE||isNN) whichDog.style.visibility="visible";
	else if (isN4) document.Layer01.visibility="show";
}

function hideLayer02(){
	if (isIE||isNN) whichDog2.style.visibility="hidden";
	else if (isN4) document.Layer02.visibility="hide";
}

function showLayer02(){
	if (isIE||isNN) whichDog2.style.visibility="visible";
	else if (isN4) document.Layer02.visibility="show";
}

function hideLayer03(){
	if (isIE||isNN) whichDog3.style.visibility="hidden";
	else if (isN4) document.Technical_DataLyr.visibility="hide";
}

function showLayer03(){
	if (isIE||isNN) whichDog3.style.visibility="visible";
	else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideLayer04(){
	if (isIE||isNN) whichDog4.style.visibility="hidden";
	else if (isN4) document.Technical_DataLyr.visibility="hide";
}

function showLayer04(){
	if (isIE||isNN) whichDog4.style.visibility="visible";
	else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideLayer05(){
	if (isIE||isNN) whichDog5.style.visibility="hidden";
	else if (isN4) document.Technical_DataLyr.visibility="hide";
}

function showLayer05(){
	if (isIE||isNN) whichDog5.style.visibility="visible";
	else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideLayer06(){
	if (isIE||isNN) whichDog6.style.visibility="hidden";
	else if (isN4) document.Technical_DataLyr.visibility="hide";
}

function showLayer06(){
	if (isIE||isNN) whichDog6.style.visibility="visible";
	else if (isN4) document.Technical_DataLyr.visibility="show";
}
function hideLayer07(){
	if (isIE||isNN) whichDog7.style.visibility="hidden";
	else if (isN4) document.Technical_DataLyr.visibility="hide";
}

function showLayer07(){
	if (isIE||isNN) whichDog7.style.visibility="visible";
	else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideLayer08(){
	if (isIE||isNN) whichDog8.style.visibility="hidden";
	else if (isN4) document.Technical_DataLyr.visibility="hide";
}

function showLayer08(){
	if (isIE||isNN) whichDog8.style.visibility="visible";
	else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideLayer09(){
	if (isIE||isNN) whichDog9.style.visibility="hidden";
	else if (isN4) document.Technical_DataLyr.visibility="hide";
}

function showLayer09(){
	if (isIE||isNN) whichDog9.style.visibility="visible";
	else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideLayer21(){
		if (isIE||isNN) whichDog21.style.visibility="hidden";
		else if (isN4) document.Technical_DataLyr.visibility="hide";
}
	
function showLayer21(){
		if (isIE||isNN) whichDog21.style.visibility="visible";
		else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideLayer22(){
		if (isIE||isNN) whichDog22.style.visibility="hidden";
		else if (isN4) document.Technical_DataLyr.visibility="hide";
}
	
function showLayer22(){
		if (isIE||isNN) whichDog22.style.visibility="visible";
		else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideLayer23(){
		if (isIE||isNN) whichDog23.style.visibility="hidden";
		else if (isN4) document.Technical_DataLyr.visibility="hide";
}
	
function showLayer23(){
		if (isIE||isNN) whichDog23.style.visibility="visible";
		else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideLayer24(){
		if (isIE||isNN) whichDog24.style.visibility="hidden";
		else if (isN4) document.Technical_DataLyr.visibility="hide";
}
	
function showLayer24(){
		if (isIE||isNN) whichDog24.style.visibility="visible";
		else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideLayer26(){
		if (isIE||isNN) whichDog26.style.visibility="hidden";
		else if (isN4) document.Technical_DataLyr.visibility="hide";
}
	
function showLayer26(){
		if (isIE||isNN) whichDog26.style.visibility="visible";
		else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideLayer90(){
		if (isIE||isNN) whichDog90.style.visibility="hidden";
		else if (isN4) document.Technical_DataLyr.visibility="hide";
}
	
function showLayer90(){
		if (isIE||isNN) whichDog90.style.visibility="visible";
		else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideColorChart1T(){
		if (isIE||isNN) whichDog991t.style.visibility="hidden";
		else if (isN4) document.Technical_DataLyr.visibility="hide";
}
	
function showColorChart1T(){
		if (isIE||isNN) whichDog991t.style.visibility="visible";
		else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideColorChart2T(){
		if (isIE||isNN) whichDog992T.style.visibility="hidden";
		else if (isN4) document.Technical_DataLyr.visibility="hide";
}
	
function showColorChart2T(){
		if (isIE||isNN) whichDog992T.style.visibility="visible";
		else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideColorChart3T(){
		if (isIE||isNN) whichDog99.style.visibility="hidden";
		else if (isN4) document.Technical_DataLyr.visibility="hide";
}
	
function showColorChart3T(){
		if (isIE||isNN) whichDog99.style.visibility="visible";
		else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideColorChart5T(){
		if (isIE||isNN) whichDog995T.style.visibility="hidden";
		else if (isN4) document.Technical_DataLyr.visibility="hide";
}
	
function showColorChart5T(){
		if (isIE||isNN) whichDog995T.style.visibility="visible";
		else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideColorChart6T(){
		if (isIE||isNN) whichDog996T.style.visibility="hidden";
		else if (isN4) document.Technical_DataLyr.visibility="hide";
}
	
function showColorChart6T(){
		if (isIE||isNN) whichDog996T.style.visibility="visible";
		else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideColorChartLR(){
		if (isIE||isNN) whichDog99LR.style.visibility="hidden";
		else if (isN4) document.Technical_DataLyr.visibility="hide";
}
	
function showColorChartLR(){
		if (isIE||isNN) whichDog99LR.style.visibility="visible";
		else if (isN4) document.Technical_DataLyr.visibility="show";
}

function hideLayer11(){
		if (isIE||isNN) whichDog11.style.visibility="hidden";
		else if (isN4) document.Technical_DataLyr.visibility="hide";
}
	
function showLayer11(){
		if (isIE||isNN) whichDog11.style.visibility="visible";
		else if (isN4) document.Technical_DataLyr.visibility="show";
}


document.onmouseover=ddInit;
document.onmouseup=Function("ddEnabled=false");

//-->