function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=3)  {
 //alert(args[i]+".location='"+args[i+1]+"#"+args[i+2]+"'");
  eval(args[i]+".location='"+args[i+2]+"'");}
}

function parseNav(ob) {
targetURL = ob.options[ob.selectedIndex].value;
if (targetURL=='') return;
window.open(targetURL,'_blank');
}


var newwindow;
function poptastic(url,height,width)
{
	newwindow=window.open(url,'height,width',name='Progressive_Combat_Systems', 'menubar=no, scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

function benefits()
{
window.open('benefits.htm','Adult_Classes','height=550,width=550,scrollbars=yes');
}

function child()
{
window.open('child.htm','Children_Classes','height=550,width=550,scrollbars=yes');
}

function accelerated()
{
window.open('accelerated.htm','Accelerated_Learning','height=550,width=553,scrollbars=yes');
}

function noright() {
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Sorry, you do not have permission to right click.");
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
//  End -->
}

function noselect() {
	window.onload = function() {
		document.onselectstart = function () { return false; } // ie
		document.onmousedown = function () { return false; } // mozilla
	}
}

