// JavaScript Document
function gup( name )
{
  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var results = regex.exec( window.location.href );
  if( results == null )
    return "";
  else
    return results[1];
}

function changeURL(tempObj,tempObj1){
	//alert(tempObj);
	//alert(tempObj1);
	if(tempObj1 == '||0||0||false||false||false||false||false||false||false||17'){

	}else{
		window.location = 'default.asp?animate=false&routes=' + tempObj + '&btns=' + tempObj1 + '';	
	}
}

function jumpScroll() {
   	window.scrollTo(0,0); // horizontal and vertical scroll targets
}