function cTDOver(td,bgc){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.style.backgroundColor=bgc;
	}
}

function cOver(td,bgc){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.parentNode.style.backgroundColor=bgc;
	}
}

function cOut(td,bgc){
	if(document.getElementById||(document.all && !(document.getElementById))){
		td.parentNode.style.backgroundColor=bgc;
	}
}

function updateLink() {
	return '<a href="javascript:update()"  alt="Modify Record" class="consumerlink" >Edit</a>'
}

function deleteLink() {
	return '<a href="javascript:deleteRow()" alt="Delete Record" class="consumerlink" >Del</a>'
}

function popUpMessageWindow(url) {
window.open(url,"","width=800,height=600,top=100,left=100,location=no");
}
function popUpVideoWindow(url) {
window.open(url,"","width=600,height=400,location=no");
}

function popUpFullWindow(url) {
window.open(url,"","width=815,height=600,top=100,left=100,location=no,resizable=1,scrollbars=1");
}

var popFeature = new Object();

function popFeatureClose() {
	if (popFeature.closed == false) {
		popFeature.close();
	}
}

function pop(id) {
	var url="nav.do?pid=glo_popup&id="+id;
	popFeature = window.open(url,"","width=450,height=450,top=200,left=300,location=0,status=0,resizable=1");
}

window.onfocus=popFeatureClose;
