function mainMenuChange(id){

	$('#menu_sub_item_1').slideUp('fast');
	$('#menu_sub_item_2').slideUp('fast');
	$('#menu_sub_item_3').slideUp('fast');
	$('#menu_sub_item_4').slideUp('fast');
	$('#menu_sub_item_5').slideUp('fast');
	$('#menu_sub_item_6').slideUp('fast');
	$('#menu_sub_item_'+id).slideDown('fast');

}

function onFocus(id){
	$('#'+id).css('backgroundColor','#FFFFFF');
}

function onBlur(id){	
	//if($('#'+id).val()==""){
		$('#'+id).css('backgroundColor','#cccccc');	
	//}
}
function northClick(){
	if($('#north').css('display')!='none'){
		$('.omoStores').fadeOut();
	}else{
		$('.omoStores').fadeOut();
		$('#north').fadeIn();
	}
}
function centerClick(){
	if($('#center').css('display')!='none'){
		$('.omoStores').fadeOut();
	}else{
		$('.omoStores').fadeOut();
		$('#center').fadeIn();
	}
}
function eastClick(){
	if($('#east').css('display')!='none'){
		$('.omoStores').fadeOut();
	}else{
		$('.omoStores').fadeOut();
		$('#east').fadeIn();
	}
}
function southClick(){
	if($('#south').css('display')!='none'){
		$('.omoStores').fadeOut();
	}else{
		$('.omoStores').fadeOut();
		$('#south').fadeIn();
	}
}
function contact71_ck(o){
	
	if(o.contact_name.value == ''){
		alert('請填寫客戶姓名');
		o.contact_name.focus();
		return false;	
	}
	return true;	
}
function goHome(){
    location.href="http://singjing.com/top/1/1";
}
