DomainPath ="http://" + parent.location.hostname;



function ChangeChiVersion()
{

TagString=location.search
TagString=TagString.charAt(5)
this_doc_path=parent.location.pathname;

tempString1="eng";
tempString2="chi";

this_doc_path=this_doc_path.replace(tempString1 , tempString2);
//window.location=DomainPath +  this_doc_path + "#" + TagString;
window.location=DomainPath +  this_doc_path ;

}


function ChangeEngVersion()
{

TagString=location.search
TagString=TagString.charAt(5)
this_doc_path=parent.location.pathname;

tempString1="chi";
tempString2="eng";

this_doc_path=this_doc_path.replace(tempString1 , tempString2);
//window.location=DomainPath +  this_doc_path + "#" + TagString;
window.location=DomainPath +  this_doc_path ;

}





function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openimg(loc, alt, title, width, height, needscroll){
	if (height > 580){
		needscroll = 1;
		height = 580;
	}
	if (needscroll)
		width += 20;
	newwin = window.open('', '', "width="+width+" height="+height+",location=0,directories=0,menubar=0,status=0,toolbar=0,resizable=0,left=0,top=0,scrollbars="+needscroll);
	newwin.document.write('<html>'+
'<link href="css.css" rel="stylesheet" type="text/css">'	+
'<title>'+title+'</title>'+
'</head>'+
'<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><center>'+
'<span class="content_bold"><img src="../dinosaurs/'+loc+'_large.jpg" border=0 alt="'+alt+'"><br><br>'+alt+'<br><br></span>'+
'</center></body>'+
'</html>');
	return false;
}

