
function checkIt(x) { 
	if (document.getElementById(x).checked == true)  {
		document.getElementById(x).checked = false;
	}
	else if (document.getElementById(x).checked == false) { 
		document.getElementById(x).checked = true; 
	} 
}

function popUp(URL,h,w) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,height="+h+",width="+w+",left = 137,top = 84');");
}

function getArticlesDropdown() {
	document.supportadmin.submit();
}

function sasubmitfor(entry) {
	document.supportadmin.delid.value = entry;

	return true;
}

function saactionfor(entry) {
	document.supportadmin.type.value = entry;

	return true;
}

function deletecheck() {
	return confirm("Are you sure you want to delete this entry?");
}

