function Book_Mark(){window.external.AddFavorite('http://www.tcar.co.kr/', '¢Ì¢Ì¢Ì¢Ì¢Ì Tcar.co.kr(Æ¼Ä«) - ºÎ»ê,°æ³²Áß°íÂ÷ÀÇ ±âÁØÀÔ´Ï´Ù ¢Ì¢Ì¢Ì¢Ì¢Ì')}
function Go_Home(){ location.href='/'; }
function Go_Index(A){ location.href='../'+A+'/'; }
function Go_Url(A,B,C){ location.href='../'+A+'/index.php?Dir='+B+'&Sub='+C; }
function Go_Page(A,B){ location.href='index.php?Dir='+A+'&Sub='+B; }
function Go_Move(A,B,C){ location.href='../'+A+'/index.php?Dir='+B+'&Sub='+C; }
function Go_Action(A){location.href='../include/Tcar_Checking.php?Action='+A; }
function Go_Admin(A,B,C){ location.href='index.php?Mode='+A+'&Dir='+B+'&Sub='+C;}
function Go_Homepage_AD(A){
	location.href=A;
}
function Go_Open(A,B,C){/*Bar¾Èº¸ÀÓ ºÎ»êÀÏº¸¼­ »ç¿ëÇÏ°í ÀÖÀ½*/
	var Url=A;
	var W=B;
	var H=C;
	window.open(Url,"","left=1,top=1,toolbar=0,menubar=0,scrollbars=auto,resizable=no,width=" + W +",height=" + H + ";");
}

function Go_Search(A){location.href=A;}

function Go_Open_login(A,B){/*·ÎÀÎÈÄ¹Ù·ÎÃ¢¶Ù¿ì±â*/
	var Url="http://tcar.co.kr/html/member/Member_Action.php?Action=Login&Member_Id="+A+"&Member_Password="+B;
	window.open(Url,"","left=1,top=1,toolbar=0,menubar=0,scrollbars=yes,resizable=no,width=1024,height=768");
	//alert(Url);
}
function Go_Open_Bar(A,B,C){/*Barº¸ÀÓ*/
	var Url=A;  
	var W=B;
	var H=C;
	window.open(Url,"","left=1,top=1,toolbar=0,menubar=0,scrollbars=yes,resizable=no,width=" + W +",height=" + H + ";");
}
function Go_Open_Name(A,B,C){/*NameÁØ´Ù*/
	var Url=A;  
	var W=B;
	var H=C;
	window.open(Url,"J","left=1,top=1,toolbar=0,menubar=0,scrollbars=yes,resizable=no,width=" + W +",height=" + H + ";");
}
function Go_Homepage(A){
	window.open(A);
}

function hidestatus(){
	window.status='Tcar.co.kr(Æ¼Ä«) - ºÎ»ê,°æ³²Áß°íÂ÷ÀÇ ±âÁØÀÔ´Ï´Ù'
	return true;
}

function resizeImg(img){
	var thumb = new Image;
	thumb.src = img.src;
	var w = thumb.width;
	if( w > 600){
		img.width = 600;
	}
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
