//May-18-2004 - currently active:
function openIntranet()
{
	//window.open("http://www.randelia.com/csc435/_project","pop","width=800,height=600,scrollbars=yes");
	//window.open("http://www.wacaky-in.org/licc/_intranet/LICCstaff_area/login.cfm","pop","width=800,height=600,scrollbars=yes");
	window.open("intranet/login.cfm","pop","width=800,height=600,scrollbars=yes");

}

//is not currently used:
function openLICCBoardWeb()
{
	window.open("http://www.randelia.com/csc435/_project/LICCboard_area/login.cfm","pop","width=800,height=600,scrollbars=yes");
}