function repostSubCat($catid,$maxads,$currentpage)
{
	id2= document.getElementById('subcatid').value;
	window.location='index.php?node=browse&cat_id='+$catid+'&sub_cat_id='+id2+'&maxads='+$maxads+'&currentpage='+$currentpage;
}
function repostPages($cat,$subcat,$userid,$currentpage,$id,$searchtext,$offered,$catuser)
{
	pages= document.getElementById('pagenumbers'+$id).value;
	window.location='index.php?node=browse&cat_id='+$cat+'&sub_cat_id='+$subcat+'&maxads='+pages+'&currentpage='+$currentpage+'&searchtext='+$searchtext+'&offered='+$offered+'&catuser='+$catuser+'&userid='+$userid;
}
function repostCat($node,$adid)
{
	catid= document.getElementsByName('catgorien')[0].value;
	offered = document.getElementsByName('search')[0].value;
	locationofad = document.getElementsByName('location')[0].value;
	currency = document.getElementsByName('currency')[0].value;
	price1 = document.getElementsByName('price1')[0].value;
	price2 = document.getElementsByName('price2')[0].value;
	price = price1+','+price2;
	title = document.getElementsByName('title')[0].value;
	window.location='index.php?node='+$node+'&cat_id='+catid+'&action=change&adid='+$adid+'&search='+offered+'&location='+locationofad+'&currency='+currency+'&price='+price+'&title='+title;
}