//ºÐ·ù °ü·Ã ½ºÆ®¸³Æ®..¹ÚÁø¼±
function overM(obj,num) {	
	obj.className = 'CtgSelected';

	var mtype = eval('mtype_' + num);
	mtype.style.display = 'block';
}
function outM(obj,num) {	
	obj.className = 'Ctg';
	var mtype = eval('mtype_' + num);
	mtype.style.display = 'none';
}
function overMM(obj,num) {	
	obj.className = 'Menu CtgSelected';

	var mtype = eval('mtype_' + num);
	mtype.style.display = 'block';
}
function outMM(obj,num) {	
	obj.className = 'Menu Ctg';
	var mtype = eval('mtype_' + num);
	mtype.style.display = 'none';
}
function overMS(obj) {
	obj.className = 'MainCtgBgSelected';
}
function outMS(obj) {
	obj.className = 'MainCtgBg';
}
//++++´Ù¸¥¸ÅÀå°¡±â++++
function getObj(obj) 
{ 
	compLayr = eval("document.all." + obj + ".style") 
	return compLayr 
} 
function showHide(name)
{ 
	obj = getObj(name) ;
		
	if (obj.visibility=="hidden"){ 
		obj.visibility = "visible" ;
		document.all.imgToShop.src="/Shop/Common/Imgs/common_moveCategory_onclick.gif";
	} else {
		obj.visibility = "hidden" ;
		document.all.imgToShop.src="/Shop/Common/Imgs/common_moveCategory.gif";
	} 
} 
function GoOtherGroup(cCode)
{
	document.location.href = "/Shop/Product/ProductMain.aspx?BigGroupCode=" + cCode;
}
//+++++++++++++++++++++
function GoSubPage(cLevel,cCode)
{
	var url = "";
	
	if(cLevel == "1"){
		url = "/Shop/Product/ProductMMain.aspx?MidGroupCode=" + cCode;
	}else{
		url = "/Shop/Product/ProductSMain.aspx?SmallGroupCode=" + cCode;
	}
	document.location.href = url;
}
//»óÇ° »ó¼¼È­¸éÀ¸·Î °¡±â
function GoProductView(cProductID)
{
	document.location.href = "/Shop/Product/ProductView.aspx?ProductID=" + cProductID;
}

// image rollover Ã³¸®  - ¹ÚÁø¼±
function overImgPath(obj, imgPath) {
	obj.src = imgPath;
}
function outImgPath(obj, imgPath) {
	obj.src = imgPath;
}
		
