// JavaScript Document
function changeorderby(x,cat){
	//alert("hello");
	//window.open("/changeorderby.php?val=" + x + "&cat=" + cat, "tempwin","width=200, height=100");
	window.frames.updaterscripts.location="/changeorderby.php?val=" + x + "&cat=" + cat;
	//return false;
}
