function ConnectfixPNG(myImage){
	var arVersion = navigator.appVersion.split("MSIE");
	var version = parseFloat(arVersion[1]);

	if((version >= 5.5) && (version < 7) && (document.body.filters)){
	   var imgID = (myImage.id) ? "id='" + myImage.id + "' " : "";
	   var imgClass = (myImage.className) ? "class='connect" + myImage.className + "' " : "";
	   var imgTitle = (myImage.title) ? "title='" + myImage.title  + "' " : "title='" + myImage.alt + "' ";
	   var imgStyle = "display:inline-block;" + myImage.style.cssText;
	   var strNewHTML = "<div " + imgID + imgClass + imgTitle
				  + " style=\"" + "width:" + myImage.width 
				  + "px; height:" + myImage.height 
				  + "px;" + imgStyle + ";"
				  + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
				  + "(src=\'" + myImage.src + "\', sizingMethod='image'); cursor:pointer;\"><p style='width:"+myImage.width+"px; height:"+myImage.height+"px; margin:0px; cursor:pointer;'>&nbsp;</p></div>";
	   myImage.outerHTML = strNewHTML;   
	}
}

document.writeln("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"right\"><tr><td height=\"1\"></td></tr><tr vlign=\"middle\"><td width=\"62\" height=\"20\">"
					+ "<a href=\"http://www.dreamwiz.com/\" target=\"_top\" style=\"text-decoration: none; color:#666666;\"><img src=\"http://www.connect.kr/_IMAGE_/common_image/dw_logo.png\" height=\"15\" border=\"0\" align=\"absmiddle\" onLoad=\"ConnectfixPNG(this);\"></a>"
					+ "</td>"
					+ "<td height=\"20\">"
					+ "<p style=\"border:0px; text-align:right; font-weight:normal; color:#666666; font-family:arial, gulim, 굴림, 굴림체; font-size:12px;\">"
					+ "&nbsp;<a href=\"http://www.dreamwiz.com/\" target=\"_top\" style=\"text-decoration: none; color:#666666;\">홈</a>"
					+ "&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"http://mail.dreamwiz.com/\" target=\"_top\" style=\"text-decoration: none; color:#666666;\">메일</a>"
					+ "&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"http://mania.dreamwiz.com/\" target=\"_top\" style=\"text-decoration: none; color:#666666;\">매니아</a>"
					+ "&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"http://g.dreamwiz.com/\" target=\"_top\" style=\"text-decoration: none; color:#666666;\">G까페</a>"
					+ "&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"http://shop.dreamwiz.com/\" target=\"_top\" style=\"text-decoration: none; color:#666666;\">쇼핑</a>"
					+ "&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"http://ebiz.dreamwiz.com/BIN/pl.cgi?page=top_global_au&save=10&http://banner.auction.co.kr/bn_redirect.asp?ID=BN00030892\" target=\"_top\" style=\"text-decoration: none; color:#666666;\">옥션</a>"
					+ "&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"http://comic.dreamwiz.com/\" target=\"_top\" style=\"text-decoration: none; color:#666666;\">만화</a>"
					+ "&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"http://news.dreamwiz.com/\" target=\"_top\" style=\"text-decoration: none; color:#666666;\">뉴스</a>&nbsp;&nbsp;|&nbsp;&nbsp;</p>"
					+ "</td>"
					+ "<td height=\"20\">"
					+ "<select id=\"connect_family\" onChange=\"if(this.options[this.selectedIndex].value != ''){top.location.href=this.options[this.selectedIndex].value;}\" style=\"font-family:arial, gulim, 굴림, 굴림체; font-size:12px; background-color:#eeeeee;\">"
					+ "<option value=\"\">- Family Site -</option>"
					+ "<option value=\"http://connect.kr/\">Connect.kr</option>"
					+ "<option value=\"http://iphone.connect.kr/\">iPhone커넥트</option>"
					+ "<option value=\"http://product.connect.kr/\">커넥트추천상품</option>"
					+ "<option value=\"http://review.connect.kr/\">체험단&리뷰</option>"
					+ "<option value=\"http://touch.connect.kr/\">터치커넥트</option>"
					+ "<option value=\"http://twitter.connect.kr/\">트위터커넥트</option>"
					+ "<option value=\"http://ad.connect.kr/\">AD커넥트</option>"
					+ "<option value=\"http://spark.connect.kr/\">Dr.Spark's Columns</option>"
					+ "</select>"
					+ "</td>"
					+ "</tr>"
					+ "</table>");
