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;
 	
if (layerver) {
    	document.write('<DIV ID="cache"><TABLE WIDTH=400 BGCOLOR=#000000 BORDER=0 CELLPADDING=2 CELLSPACING=0><TR><TD ALIGN=center VALIGN=middle><TABLE WIDTH=100% BGCOLOR=#FFFFFF BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD ALIGN=center VALIGN=middle><SPAN style="font-family: Arial, Verdana; font-size: 16pt;"><B><BR>Processing.&nbsp; Please Wait ... <BR><img src="images/wait.gif" width="75" height="15"><BR></B></SPAN></TD></TR></TABLE></TD></TR></TABLE></DIV>');
    	var navi = ns4;
    	var HIDDEN = (navi) ? 'hide' : 'hidden';
    	var VISIBLE = (navi) ? 'show' : 'visible';
    	var cache = (navi) ? document.cache : document.getElementById('cache').style;
    	largeur = screen.width;
    	cache.left = Math.round(240);
    	cache.visibility = VISIBLE;
}

function cacheOff()   {
   if (layerver) cache.visibility = HIDDEN;
}

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=660,height=690,top=10,left=100')
}

function view_report(theUrl) {
	reWin=window.open(theUrl,'report_view','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=600,top=10,left=100')
}

function view_lsorg(theUrl) {
	reWin=window.open(theUrl,'view_org','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=660,height=580,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=680,height=680,top=50,left=100')
}

function view_user(theUrl) {
	reWin=window.open(theUrl,'view_org','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=660,height=300,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=600,height=400,top=10,left=100')
}

function confirmDelete(url) {
	var ansyn = confirm("Do you really want to delete this information?" );
	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')
}