
function confirmDelete(msg){
alert(msg);
	if(confirm(msg)){
		return true;
	}
	else{
		return false;
	}
}

// Table cell highlight & navigation


function listOver1(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#dedede";}

function listOut1(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#eeeeee";}

function listOver2(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#dedede";}

function listOut2(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#faf9fa";}

function naviOver(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#017ecf";}

function naviOut(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#0267a8";}

function loginOver(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#29843a";}

function loginOut(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#2e9541";}

function frontOver(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#b39719";}

function frontOut(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#c6a71a";}

function naviAdminOver(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#56a53a";}

function naviAdminOut(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#2e9541";}

function loginAdminOver(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#6ba330";}

function loginAdminOut(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#75b234";}

function frontAdminOver(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#b39719";}

function frontAdminOut(tr){
	if(document.getElementById||(document.all && !(document.getElementById))) tr.style.backgroundColor="#c6a71a";}