	(function($){
		 $("document").ready(function() {		
			
			
			// ±â¾÷ »çÁø Á¤º¸
			$(".devImgPhoto1").mouseover(function() {					
				var imgSrc = $(this).attr("src");
				imgSrc = imgSrc.substr(imgSrc.lastIndexOf("="));
				imgSrc = imgSrc.replace("http://coimg.jobkorea.co.kr/Company/Visual_Co/ThumbNail/","");
				imgSrc = "<img src='http://file2.jobkorea.co.kr/Company/Visual_Co/Image_View_Original.asp?FN="+imgSrc+"' width='288' height='217'>";
				$("#devCoBigImg").html(imgSrc);	
				var imgTitle = $(this).attr("alt");
				$("#devCoBigTitle").html(imgTitle);						
			});

			$(".devImgPhoto2").mouseover(function() {					
				var imgSrc = $(this).attr("src");				
				imgSrc = "<img src='"+imgSrc+"' width='288' height='217'>";
				$("#devCoBigImg").html(imgSrc);	
				var imgTitle = $(this).attr("alt");
				$("#devCoBigTitle").html(imgTitle);	
			});

		});

	})(jQuery)	

	// °ü½É±â¾÷ µî·Ï
	var go_favor = function(){
		if (mid == "") {
			if (confirm("'°ü½É±â¾÷µî·Ï'Àº °³ÀÎÈ¸¿ø ·Î±×ÀÎ ÈÄ »ç¿ë°¡´É ÇÕ´Ï´Ù.\n\nÁö±Ý ·Î±×ÀÎ ÇÏ½Ã°Ú½À´Ï±î?")) {
				var re_url = "/List_GI/GI_Info_Read.asp?C_ID="+cid;
				top.location.href="/Login/Login_GG.asp?re_url=" + escape(re_url);
			}
		}
		else {
			var go_url ="/Text_User/GG_FavorCo_Reg.asp?C_ID="+cid+"&C_Name=" + cname;
			window.open(go_url,'FavorCo','width=300,height=230,toolbar=0,scrollbars=yes,resizable=no');
		}
	}
	
	//ÀÏ¹Ý Ã¤¿ëÁ¤º¸º¸±â
	function GIBRead(GI_No) {
		top.location.href = "/List_GI/GIB_Read.asp?GI_No="+GI_No;
	}

	function go_Hyup(loc,C_No) {
		var loc = "<b>" + loc + "</b>";
		//top.location.href = "/List_GI/Hyup_Dangi/Hyup_Part_Info.asp?loc=" + escape(loc) + "&C_No=" + C_No ;
		window.open("/List_GI/Hyup_Dangi/Hyup_Part_Info.asp?loc=" + escape(loc) + "&C_No=" + C_No,'win_home');
	}

	//ÇùÈ¸Á¤º¸
	function Hyup_Info(a,b,c){
		window.open("/List_Gi/Hyup_Dangi/Hyup_Info.asp?C_No="+a ,"newWin_001",'toolbar=no, location=no,directories=no,status=no,scrollbars=yes,menubar=no,width=' + b + ',height=' + c );
	}

	function go_Dangi(loc,C_No) {
		var loc = "<b>" + loc + "</b>";
		//top.location.href = "/List_GI/Hyup_Dangi/Dangi_Part_Info.asp?loc=" + escape(loc) + "&C_No=" + C_No ;
		window.open("/List_GI/Hyup_Dangi/Dangi_Part_Info.asp?loc=" + escape(loc) + "&C_No=" + C_No,'win_home2');
	}

	//´ÜÁöÁ¤º¸
	function Dangi_Info(a,b,c){
		window.open("/List_Gi/Hyup_Dangi/Dangi_Info.asp?C_No="+a ,"newWin_001",'toolbar=no, location=no,directories=no,status=no,scrollbars=yes,menubar=no,width=' + b + ',height=' + c );
	}

	function korchamView(C_Ident) {
		var linkpage = "korchamView.asp?compno="+C_Ident
		window.open(linkpage,'kcview','width=680,height=600, toolbar=0,scrollbars=yes,resizable=no');
		return;
	}

	function goHomePage(home) {
		window.open("/List_GI/Co_HomePage_Open.asp?home="+home,'win_home');
	}


	function CC_Pop(a,b,c){
		today = new Date()
		var win_name = "popDialog" + today.getTime()
		OpenWin = window.open( a ,win_name,'toolbar=no,location=no,directories=no,status=no,scrollbars=yes,menubar=no,width=' + b + ',height=' + c );
	}

	//¸µÅ©°æ·Î ¼û±â±â
	function StatusHidden() {
		window.status = "ÀâÄÚ¸®¾Æ - ¸®Å©·çÆÃ ³×Æ®¿öÅ© JOBKOREA.CO.KR";
		setTimeout("StatusHidden()", 0);
	}
	StatusHidden();

	function ImageView(cid,name,title,type) {
		var viewpage = "http://file2.jobkorea.co.kr/Company/Visual_Co/Image_Thumb_View.asp?C_ID="+cid+"&IMG_Name="+name+"&IMG_Title="+title+"&IMG_Type="+type+"&Re_Host=http://www.jobkorea.co.kr";
		window.open(viewpage,'ImageView','toolbar=no,location=yes,directories=no,status=no,scrollbars=no,menubar=no,width=500,height=580');
	}