// JavaScript Document


//Depth 1 - company
function pd00(){window.location.href="http://sinaimedia.com/company/overview.htm"}//È¸»ç°³¿ä
//Depth 1 - Product News
function pd01(){window.location.href="http://sinaimedia.com/company/overview.htm"}//È¸»ç°³¿ä

//Depth 1 - 2 - 
function pd02(){window.location.href="http://sinaimedia.com/company/ceomessage.htm"}//ÀÎ»ç¸»

//Depth 1 - 3 - 
function pd03(){window.location.href="http://sinaimedia.com/company/history.htm"}//È¸»ç¿¬Çõ


//Depth 1 - 4 - 
function pd04(){window.location.href="http://sinaimedia.com/company/customer.htm"}//Çù·Â°ü°è»ç


//Depth 1 - 5 - 
function pd05(){window.location.href="http://sinaimedia.com/company/partner.htm"}//ÆÄÆ®³Ê

//Depth 1 - 6 - 
function pd06(){window.location.href="http://sinaimedia.com/company/map.htm"}//¿À½Ã´Â±æ


//Depth 2 - product
function tech01(){window.location.href="http://sinaimedia.com/product/index.htm"}//Á¦Ç°¼Ò°³
function tech02(){window.location.href="http://sinaimedia.com/product/bluecoat.htm"}//ºí·çÄÚÆ®



//Depth 3 - solution & service
function cus01(){window.location.href="http://sinaimedia.com/solution/ni.htm"}//¼Ö·ç¼Ç

function cus02(){window.location.href="http://sinaimedia.com/solution/service.htm"}//¼­ºñ½º


//Depth 4 - board
function pr00(){window.location.href="http://sinaimedia.com/pds/server.htm"}//È«º¸¸ÞÀÎ


//Depth 5 - what's new
function com00(){window.location.href="http://sinaimedia.com/news/news.htm"}//news
//Depth 5 - 1 - what's news
function com01(){window.location.href="http://sinaimedia.com/news/news.htm"}//news

function com02(){window.location.href="http://sinaimedia.com/news/kservice.htm"}//Áö½Ä¼­ºñ½º




var probeTemp;

function probeShow(target){
	
	targetObj  = document.getElementById(target);
	probeTempObj = document.getElementById(probeTemp);
	
	if(probeTemp == null){
		document.getElementById("probe_1").style.display = "none";
	}else{
		probeTempObj.style.display = "none";
	}

	targetObj.style.display = "";

	probeTemp = target;
}

function checkLength(len,obj,target){
	if (obj.value.length >= len)
	{
		document.getElementById(target).focus();
	}
}