function viewmkbar(width,width2){
	document.writeln('<!--######makeshop bar ½ÃÀÛ#####-->');
	document.writeln('<style type="text/css">');
	document.writeln('#mk_menubar {border:0; height: 23px; background-color: #E4EDF6; }');
	document.writeln('#mk_menubar span { color: #8B8B8B !important;  font:normal 11px µ¸¿ò, dotum; line-height:120% !important; text-align:center;}');
	document.writeln('#mk_menubar A:link, #mk_menubar A:active, #mk_menubar A:visited { text-decoration:none; font:normal 11px µ¸¿ò, dotum; color:#00349C; }');
	document.writeln('#mk_menubar A:hover { text-decoration: underline; color:#00349C; }');
	document.writeln('#mk_menubar .line { font-size:1px; line-height:1px; }');
	document.writeln('#mk_menubar .partition { width: 5px; margin:0px 5px 0px 5px; }');
	document.writeln('</style>');
	document.writeln('<div id="mk_menubar" align="center">');
	document.writeln('		<div style="width:' + width + 'px; height:22px;" align="right" id="mk_menubar2">');
	document.writeln('			 <div style="width:' + width2 +'px; line-height:100%; margin-top:6px;" align="right">');

	if (document.location.protocol=='http:') {
	document.writeln('				<img src="http://mimg.makeshop.co.kr/images/makeshophome.gif" style="border:0; vertical-align: -2px;"  align=absmiddle>');
	document.writeln('				<span>');
	document.writeln('					<a href="http://www.makeshop.co.kr" target=_top>¸ÞÀÌÅ©¼¥</a>');
	document.writeln('				</span>');
	document.writeln('				<span class="partition">|</span>');
	} else {
	document.writeln('				<img src="https://mimg.makeshop.co.kr/images/makeshophome.gif" style="border:0; vertical-align: -2px;"  align=absmiddle>');
	document.writeln('				<span>');
	document.writeln('					<a href="https://www.makeshop.co.kr" target=_top>¸ÞÀÌÅ©¼¥</a>');
	document.writeln('				</span>');
	document.writeln('				<span class="partition">|</span>');
	}

	if (document.URL.indexOf('ssandomain.com') < 0) {
		document.writeln('				<span><a href="http://www.ssandomain.com" target=_top>µµ¸ÞÀÎ</a></span>');
		document.writeln('				<span class="partition">|</span>');
	}
	if (document.URL.indexOf('shopinside.net') < 0) {
		document.writeln('				<span><a href="http://www.shopinside.net" target=_top>¼îÇÎ¸ô ±³À°</a></span>');
		document.writeln('				<span class="partition">|</span>');
	}
	if (document.URL.indexOf('powerskin.co.kr') < 0) {
		document.writeln('				<span><a href="http://www.powerskin.co.kr" target=_top>µðÀÚÀÎ ¸¶ÄÏ</a></span>');
		document.writeln('				<span class="partition">|</span>');
	}
	if (document.URL.indexOf('01do.com') < 0) {
		document.writeln('				<span><a href="http://www.01do.com/" target=_top>¸¶ÄÉÆÃ¼¾ÅÍ</a></span>');
	}
	document.writeln('			</div>');
	document.writeln('		</div>');
	document.writeln('</div>');
	document.writeln('<!--########makeshop bar ³¡######-->');
}
