function printPopup(URL) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width=780,height=620,left=30,top=12');");
}

function winPrint() {
	window.print();
}

function launchHelp(url) {
	remote = window.open(url,"remotewin","toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=no,width=400,height=450");  
	remote.location.href = url;
	if (remote.opener == null) remote.opener = window; 
	remote.opener.name = "opener";
}


/* // START // Condition Monitor "help" content scripts */
function changeAll(all) {
	var all = ["legend","srchMachine","viewFltr","helpPress"];
	for (var i = 0; i < all.length; i++) {
		changeDisplay(false, all[i]);
	}
}
function changeAllCntct(all) {
	var all = ["msgUrgent","msgStnd"];
	for (var i = 0; i < all.length; i++) {
		changeDisplay(false, all[i]);
	}
}
/* // END // Condition Monitor "help" content scripts */