function PopupRate(id, site) { 
	URL= site+"rate.php?id="+id+""; 
	window.open(URL, "", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizeable=0,width=449,height=145"); 
}

function PopupDead(id, site) {
	URL= site+"dead.php?id="+id+"";
	window.open(URL, "", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizeable=0,width=449,height=145");
}

function clear_search()
{
	if (document.getElementById('headersearch').value == "Search Tutorials...") {
		document.getElementById('headersearch').value = "";
	}
}

function replace_text()
{
	if (document.getElementById('headersearch').value == "") {
		document.getElementById('headersearch').value = "Search Tutorials...";
	}
}
