// JavaScript Document
function activateObject(objectID) {
	document.write(document.getElementById(objectID).value);
}
function jumpToSite() {
	var siteName = document.getElementById("relative").value;
	val=siteName
	var width=window.document.body.offsetWidth;
	var height=window.document.body.offsetHeight;
	if (val != -1) { window.open(val,"","width="+width+",height="+height+",toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes"); }	
}
//if(siteName == "mingyi") {
//		val="http://www.yhmingyi.com/";
//	} else if(siteName == "nanjidao") {
//		val="http://www.nanjidao.com/";
//	}
