function usedwin(url) {
	window.open(url,"used","width=400,height=450,location=0,scrollbars=0,resizable=0,menubar=0,status=0,");
}