var bUrl = parent.location.protocol + '//4imgs.com/445/';



var x = document.cookie;
var sLdir = 'd';

if (x.indexOf("dir=b")>=0) {
	LDirShow('b');
	sLdir = 'b';
	}
else {
	LDirShow('d');
	}



function LDirShow(ShowDir) {
	sLdir = ShowDir;

	if (ShowDir=='d') {
		document.cookie = "dir=d"; 
		document.images['c_sDepts_Img'].src=bUrl+'snow/LeftDir_Dept_On.gif'; 
		document.images['c_sBrands_Img'].src=bUrl+'snow/LeftDir_Brand.gif'; 
		document.getElementById('c_LeftDir_sDepts').style.display = 'block'; 
		document.getElementById('c_LeftDir_sBrands').style.display = 'none'; 
		} 
	else { 
		document.cookie = "dir=b"; 
		document.images['c_sBrands_Img'].src=bUrl+'snow/LeftDir_Brand_On.gif'; 
		document.images['c_sDepts_Img'].src=bUrl+'snow/LeftDir_Dept.gif'; 
		document.getElementById('c_LeftDir_sDepts').style.display = 'none'; 
		document.getElementById('c_LeftDir_sBrands').style.display = 'block'; 
		} 
}



var gelbD = document.getElementById('c_sDepts_Img');
gelbD.onclick = function() {LDirShow('d');}
gelbD.onmouseover = movDept;
gelbD.onmouseout = motDept;





var gelbB = document.getElementById('c_sBrands_Img');
gelbB.onclick = function() {LDirShow('b');}
gelbB.onmouseover = movBrand;
gelbB.onmouseout = motBrand;




function movDept() {
	gelbD.style.cursor='pointer';
	if (document.images['c_sDepts_Img'].src=bUrl+'snow/LeftDir_Dept.gif') {
		document.images['c_sDepts_Img'].src=bUrl+'snow/LeftDir_Dept_On.gif';
		}
}


function motDept() {
	if (sLdir=='d') {
		document.images['c_sDepts_Img'].src=bUrl+'snow/LeftDir_Dept_On.gif';
		}
	else {
		document.images['c_sDepts_Img'].src=bUrl+'snow/LeftDir_Dept.gif';
		}
}


function movBrand() {
	gelbB.style.cursor='pointer';
	if (document.images['c_sBrands_Img'].src=bUrl+'snow/LeftDir_Brand.gif') {
		document.images['c_sBrands_Img'].src=bUrl+'snow/LeftDir_Brand_On.gif';
		}
}


function motBrand() {
	if (sLdir=='b') {
		document.images['c_sBrands_Img'].src=bUrl+'snow/LeftDir_Brand_On.gif';
		}
	else {
		document.images['c_sBrands_Img'].src=bUrl+'snow/LeftDir_Brand.gif';
		}
}



document.EmailList.Email.onfocus=xem;
document.EmailList.Email.onblur=rem;
document.EmailList.onsubmit=ValidateEmailField;