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

function GoOtherVer(ver)
{	
	var hrefstr=location.href;
	var str;
	str=hrefstr.split('/');
	//alert(str[str.length-2]);
	//alert(location.href);
	location.href="sfdsdfsdf";
	alert('a');
}