function QuickSearch(text,sort,order){	var tr = document.getElementById('category');	var categ = tr.value;		var pf = 'text='+text+'&categ='+categ+'&sort='+sort+'&order='+order;		putpostcontent('qs.php','notes_content',pf);	}function DelNote(id){	if(confirm('Biztos törlöd a jegyyetet?')) 		window.location.href='http://notes.coldline.hu/del.php?type=notes&id='+id;		}function DelCatQ(catid){	if(confirm('Biztos törlöd ezt a kategóriát?')) 		window.location.href='http://notes.coldline.hu/modc.php?id='+catid+'&del=1';}