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 + "; margin:0px; padding:0px;"
				  + "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; padding:0px;'>&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; margin:0px; padding:0px;\">"
					+ "&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>");
