

function openBox(url, name, width, height){
	var w = window.open (url, name, "width="+width+",height="+height+",scrollbars=yes");
	w.focus();
}


function organisation(org){

	var organisation = org.options[org.selectedIndex].value;
	
	window.location = "ebay-auctions.php?search=auction&org=" + organisation + "&status=&cat=&search_subject=&search_type=&search_duration=";

}