// JavaScript Document
thisURL = document.URL;

function change_version(ver)
{
    var x = thisURL.replace(/&/ig,'@');
	location.href="action.php?ac=0&url="+x+"&ver="+ ver;
    return false;
}

function menu_jump(where,project)
{
		document.location=project+"/"+where;
}

function city_alpha(alpha)
{
		document.location="city.php?alpha="+alpha;
}

function cities_alpha(alpha,loc,num)
{
		document.location=loc+".php?subcatID="+num+"&alpha="+alpha;
}

function cities_viewdata_alpha(alpha,loc,key_search,forid,ie,oe,cof,hl,q,sitesearch,type,zip,ver)
{
	document.location=loc+".php?key_search="+key_search+"&forid="+forid+"&ie="+ie+"&oe="+oe+"&cof="+cof+"&hl="+hl+"&q="+q+"&sitesearch="+sitesearch+"&type="+type+"&zip="+zip+"&alpha="+alpha+"&ver="+ver;
		
}

function goto_login()
{		
	document.location="welcome.php?login=true";
}


