$(function(){
	$('img[name=btnTmenu]').mouseover(function() {
		if(!event) event = window.event; var target = (event.target) ? event.target : event.srcElement;
		changeTmenu(target.id.split("_")[1], "on");

	});
	$('img[name=btnTmenu]').mouseout(function() {
		if(!event) event = window.event; var target = (event.target) ? event.target : event.srcElement;
		changeTmenu(target.id.split("_")[1], "off");
	});

	$('input[type=text], input[type=password], input[type=file]').addClass('inputNormal');
	$('input[type=text], input[type=password], input[type=file], textarea').focus(function(){
		$(this)
		.css('color', '#000000')
		.css('border', '2px solid #000000')
		.css('background','#FFFFFF')
	});
	$('input[type=text], input[type=password], input[type=file], textarea').blur(function(){
		$(this)
		.css('color', '#949494')
		.css('border', '1px solid #DFDFDF')
		.css('background','#F7F7F7')
	});
});

function changeTmenu(tId, pMode) {
	if (pMode == "on") {
		$('#tMenu_'+tId+'_off').hide(); $('#tMenu_'+tId+'_on').show();
	} else {
		$('#tMenu_'+tId+'_off').show(); $('#tMenu_'+tId+'_on').hide();
	}
}

function goHome() {
	window.location.href = "/index.php";
}
function goTmenu1() {
	window.location.href = "/company/info.php?menuSet=company&ct=1";
}
function go_company_1() {
	window.location.href = "/company/info.php?menuSet=company&ct=1";
}
function go_company_2() {
	window.location.href = "/company/history.php?menuSet=company&ct=2";
}
function go_company_3() {
	window.location.href = "/company/contact.php?menuSet=company&ct=3";
}

function goTmenu2() {
	window.location.href = "/product/14ct.php?menuSet=product&ct=1";
}
function go_product_1() {
	window.location.href = "/product/14ct.php?menuSet=product&ct=1";
}
function go_product_2() {
	window.location.href = "/product/11ct.php?menuSet=product&ct=2";
}
function go_product_3() {
	window.location.href = "/product/18ct.php?menuSet=product&ct=3";
}
function go_product_4() {
	window.location.href = "/product/9ct.php?menuSet=product&ct=4";
}
function go_product_5() {
	window.location.href = "/product/multi.php?menuSet=product&ct=5";
}
function go_product_6() {
	window.location.href = "/product/iris.php?menuSet=product&ct=6";
}
function go_product_7() {
	window.location.href = "/product/vinyl.php?menuSet=product&ct=7";
}

function goTmenu3() {
	window.location.href = "/store/store_in.php?menuSet=store&ct=1";
}
function go_store_1() {
	window.location.href = "/store/store_in.php?menuSet=store&ct=1";
}
function go_store_2() {
	window.location.href = "/store/store_out.php?menuSet=store&ct=2";
}


function goTmenu4() {
	window.location.href = "/reference/write.php?menuSet=reference&ct=1";
}
function go_reference_1() {
	window.location.href = "/reference/write.php?menuSet=reference&ct=1";
}

function goTmenu5() {
	window.location.href = "/board/board_list.php?menuSet=board&ct=1&flag=news";
}
function go_board_1() {
	window.location.href = "/board/board_list.php?menuSet=board&ct=1&flag=news";
}
