<!-- 

function On(imgName) {
      if (document.images) 
          document.images[imgName].src = eval(imgName + "on.src");
}

function Off(imgName) {
      if (document.images)
             document.images[imgName].src = eval(imgName + "off.src");
}

var browser= navigator.userAgent!="Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function winstat(tip) {
	if (browser) {
		window.status=tip } }
function nostat() {
	window.status=""}

/*  onMouseOver="winstat(mes_serv); return true" onMouseOut="nostat()"   */

mes_hm="Back to GPC Home"
mes_serv="GPC Services"
mes_part="GPC: Global Network of Partners"
mes_proj="GPC: Projects"
mes_prog="GPC Programs"



function NS_reload(init) {
  if (init==true)
		with (navigator){
		if ((appName=="Netscape")&&(parseInt(appVersion)==4))
		{
    document.pgW=innerWidth;
		document.pgH=innerHeight;
		onresize=NS_reload; }}
  else if (innerWidth!=document.pgW || innerHeight!=document.pgH)
		location.reload();
  }
NS_reload(true);




function newwindow(filename){
window.name="main";
	/* initialize variables*/
	var file = filename;

	/* determine browser */
	var bName = navigator.appName;
	var bVer = parseFloat(navigator.appVersion);

	if (bName == "Netscape") 
		NewWindow = window.open(file, "portfolio","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,copyhistory=0,width=550,height=420,");

	else  
		NewWindow = window.open(file, "portfolio","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,copyhistory=0,width=550,height=420,");
}

function Finished() { window.close() }
//-->