var layerver = true;
if(document.getElementById) { // IE 5 and up, NS 6 and up
	var upLevel = true;
} else if(document.layers) { // Netscape 4
	var ns4 = true;
} else if(document.all) { // IE 4
	var ie4 = true;
} else layerver = false;
isIE6 = /msie|MSIE 6/.test(navigator.userAgent);
if (layerver) {
	document.write('<div id="cache" style="position:fixed;top:40%;left:40%;width:16px;height:16px;background-color:transparent;background-image:url(images/waiting.gif);background-position:center;background-repeat:no-repeat;z-index:5000;"></div>');
	var navi = ns4;
	var HIDDEN = (navi) ? 'hide' : 'hidden';
	var VISIBLE = (navi) ? 'show' : 'visible';
}
function cacheOn()   {
  if (layerver) {
  	var cache = (navi) ? document.cache : document.getElementById('cache').style;
  	cache.visibility = VISIBLE;
  }
}
function cacheOff()   {
   if (layerver) {
   		var cache = (navi) ? document.cache : document.getElementById('cache').style;
   		cache.visibility = HIDDEN;
   		cache.display = 'none';
   	}
}
function review(theUrl) {
	reWin=window.open(theUrl,'comment_category','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=720,height=600,top=10,left=50')
}
function view_notes(theUrl) {
	reWin=window.open(theUrl,'view_notes','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=680,height=500,top=50,left=100')
}
function view_news(theUrl) {
	reWin=window.open(theUrl,'view_news','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=680,height=600,top=50,left=100')
}
function view_location(theUrl) {
	reWin=window.open(theUrl,'view_loc','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=740,height=500,top=10,left=100')
}
function view_lsorg(theUrl) {
	reWin=window.open(theUrl,'view_lsorg','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=740,height=500,top=10,left=100')
}
function view_org(theUrl) {
	reWin=window.open(theUrl,'view_org','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=760,height=680,top=50,left=100')
}
function view_user(theUrl) {
	reWin=window.open(theUrl,'view_user','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=760,height=500,top=10,left=100')
}
function view_help(theUrl) {
	reWin=window.open(theUrl,'admin_help','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=760,height=400,top=10,left=100')
}
function confirmDelete(url) {
	var ansyn = confirm("Do you really want to delete this location?" );
	if(ansyn) {
		window.location.replace(url);
	}
}
function comment_detail(theUrl) {
	reWin=window.open(theUrl,'comment_detail','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=800,height=600,top=1,left=1')
}
function filter_popup(theUrl) {
	reWin=window.open(theUrl,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=580,height=440,top=10,left=10')
}
function comment_popup(theUrl) {
	reWin=window.open(theUrl,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=800,height=600,top=1,left=1')
}
