if (window != top) top.location.href = location.href;

//function rtclk(e) {
//var msg="ERROR! - Right click is not needed for browsing";
//if (document.all) {if (event.button == 2) {alert(msg);return false;}}
//if (document.layers) {if (e.which == 3) {alert(msg);return false;}}}
//if (document.layers) {document.captureEvents(Event.MOUSEDOWN);}document.onmousedown=rtclk;


var dayArray = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var moArray = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
var rightnow = new Date ();
var mo = moArray[rightnow.getMonth()]
var dy = dayArray[rightnow.getDay()]




//function showthis(mythis,mywhere) {
//document.getElementById(mywhere).innerHTML = [mythis];
//}

var thismenu=new Array;
var thisimage='image';

function showmenu(cat) {
	if(thismenu[cat]==null){
		thismenu[cat]=1;
		document.getElementById(cat).innerHTML = subcat[cat];
		document.getElementById(thisimage+cat).src = "http://www.prosystemsolutions.com/images/minus.gif";
		}else{
		if(thismenu[cat]==0){
			thismenu[cat]=1;
			document.getElementById(cat).innerHTML = subcat[cat]
			document.getElementById(thisimage+cat).src = "http://www.prosystemsolutions.com/images/minus.gif";
			}else{
			thismenu[cat]=0;
			document.getElementById(cat).innerHTML = "";
			document.getElementById(thisimage+cat).src = "http://www.prosystemsolutions.com/images/plus.gif";
			}
		}
	}

var subcat = new Array(

"<!-- NAVIGATION MENU LINKS -->",
"<!-- The Site --><ul><font size=2><a class=nav2 href=http://www.prosystemsolutions.com/index.html>- Home</a><br><a class=nav2 href=http://www.prosystemsolutions.com/references.html>- References</a><BR><a class=nav2 href=http://www.prosystemsolutions.com/aboutus.html>- About Us</a></font></ul>",
"<!-- The Services --><ul><font size=2><a class=nav2 href=http://www.prosystemsolutions.com/hardware.html>- Hardware</a><BR><a class=nav2 href=http://www.prosystemsolutions.com/network.html>- Network</a><br><a class=nav2 href=http://www.prosystemsolutions.com/backup.html>- Backups</a><br><a class=nav2 href=http://www.prosystemsolutions.com/webdesign.html>- Web Design</a></font></ul>",
"<!-- The Resources --><ul><font size=2><a class=nav2 href=http://www.prosystemsolutions.com/rsrc_security.html>- PC Security</a><BR><a class=nav2 href=http://www.prosystemsolutions.com/rsrc_howto.html>- Howto Articles</a><br><a class=nav2 href=http://www.prosystemsolutions.com/rsrc_webdesign.html>- Web Design</a><BR><a class=nav2 href=http://www.prosystemsolutions.com/downloads.html>- Downloads</a><font></ul>",
"<!-- The Contacts --><ul><font size=2><a class=nav2 href=http://www.prosystemsolutions.com/contact.html>- General Info</a><font></ul>"
);





var myheader="<table bgcolor=#FFFFFF align=center border=0 width=700 cellspacing=0 cellpadding=0><tr>";
myheader+="<td align=left bgcolor=#FFFFFF width=425><a href=http://www.prosystemsolutions.com/index.html><img src=http://www.prosystemsolutions.com/images/prosystem_server_logo.jpg width=320 height=90 border=0></a></td>";
myheader+="<td width=275 bgcolor=#FFFFFF valign=bottom align=right>";
//myheader+="<a href=\"http://www.prosystemsolutions.com/cgi-bin/ads/ads.pl?banner=NonSSI;page=index2\">";
//myheader+="<img src=\"http://www.prosystemsolutions.com/cgi-bin/ads/ads.pl?page=index2\" width=\"400\" height=\"100\" border=\"0\"></a></td></tr>";
myheader+="<tr><td colspan=2><hr width=80% height=1 color=#000000></td></tr></table>";
// --- START OF NAVBAR TABLE --->
myheader+="<table align=center width=700 border=0 cellspacing=0 cellpadding=0 bgcolor=#FFFFFF>";
myheader+="<tr><td valign=top align=center width=150 bgcolor=#CCFFCC>";
myheader+="<table align=left border=0 width=150 height=100% bgcolor=#CCFFCC cellspacing=1 cellpadding=4>";
myheader+="<tr><td><b><a class=\"nav\" href=\"javascript:showmenu(1);\"><img src=http://www.prosystemsolutions.com/images/plus.gif name=image1 id=image1 border=0> The Site</a></b></td></tr>";
myheader+="<tr><td background=http://www.prosystemsolutions.com/images/dashed.gif><div name=\"1\" id=\"1\"></div></td></tr>";
myheader+="<tr><td><b><a class=\"nav\" href=\"javascript:showmenu(2);\"><img src=http://www.prosystemsolutions.com/images/plus.gif name=image2 id=image2 border=0> The Services</a></b></td></tr>";
myheader+="<tr><td background=http://www.prosystemsolutions.com/images/dashed.gif><div name=\"2\" id=\"2\"></div></td></tr>";
myheader+="<tr><td><b><a class=\"nav\" href=\"javascript:showmenu(3);\"><img src=http://www.prosystemsolutions.com/images/plus.gif name=image3 id=image3 border=0> The Resources</a></b></td></tr>";
myheader+="<tr><td background=http://www.prosystemsolutions.com/images/dashed.gif><div name=\"3\" id=\"3\"></div></td></tr>";
myheader+="<tr><td><b><a class=\"nav\" href=\"javascript:showmenu(4);\"><img src=http://www.prosystemsolutions.com/images/plus.gif name=image4 id=image4 border=0> The Contacts</a></b></td></tr>";
myheader+="<tr><td background=http://www.prosystemsolutions.com/images/dashed.gif><div name=\"4\" id=\"4\"></div></td></tr>";
myheader+="<tr><td><BR><BR></td></tr></table>";
// --- START OF BODY TABLE --->
myheader+="</td><td width=550 valign=top><table width=100% cellspacing=10 cellpadding=1 border=0><tr><td valign=top>";




var myfooter="</td></tr></table></td></tr><tr><td colspan=2>";
myfooter+="<hr color=#000000 height=1 width=80%>";
myfooter+="<center><font face=verdana size=1>© 2005 Professional System Solutions</font></center><BR>";
myfooter+="</td></tr></table>";



