//¹Ì´Ï¼îÇÎ¹é ¾Èº¸ÀÌ´Â ÆäÀÌÁö ¼ÂÆÃ
function displayMini(){
	if( document.URL.indexOf("www.cjmall.com") > 0 || document.URL.indexOf("dev.cjmall.com") > 0  || document.URL.indexOf("member.cjmall.com") > 0 ){
		if( document.URL.indexOf("/order/order.jsp") > 0 ||
		    document.URL.indexOf("/order/order_gift.jsp") > 0  ||
		    document.URL.indexOf("/order/order_sm.jsp") > 0  ||
		    document.URL.indexOf("/index_tab1.jsp") > 0  ||
		    document.URL.indexOf("/login/login.jsp") > 0  ||
			document.URL.indexOf("/shop/wedding/") > 0 
		){
			return false;
		}else{
			return true;
		}
	}else{
		return false;
	}
}

if (displayMini()){
	document.write('<style>');
	document.write('	/* Àå¹Ù±¸´Ï ÇÃ·¡½¬ */');
	document.write('	html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); _overflow: hidden;  }');
	document.write('		:root html { overflow: hidden; }');
	document.write('	body { _overflow: hidden; height: 100%; width: 100%; }');
	document.write('		:root body { overflow: hidden; }');
	document.write('	#miniCartBody	{ width: 100%; height: 100%; overflow-y: scroll; overflow-x: hidden; z-index:1; padding-bottom: 53px;}');
	document.write('	#flash_shoppingBag	{ position:fixed; _position:absolute;  bottom: 0px; width: 988px; height: 53px; z-index: 1; margin: 0 auto -1px; _margin: 0 0 -1px -509px; }');
	document.write('		:root	#flash_shoppingBag	{ width: 100%; }');
	document.write('</style>');

	document.write('<div id="miniCartBody"><center>');			/* miniCartBody div ½ÃÀÛ */ 
}
