
<!--
function externalLinks() {
if (!document.getElementsByTagName) return; 
var anchors = document.getElementsByTagName("a"); 
for (var i=0; i<anchors.length; i++) { 
var anchor = anchors[i]; 
if (anchor.getAttribute("href") && 
anchor.getAttribute("rel") == "external") 
anchor.target = "_blank";
} 
} 
window.onload = externalLinks;
// -->

<!--
function psShowWin(theName, theFlags, theURL, thisURL)
{
	if (theURL)
	{ 	psWindow = open(theURL,theName, psWinInfo[theName] );
		psWindow = open(theURL,theName, psWinInfo[theName] );	
	}
	else 
	{	if (psWindow)
			psWindow.close(); }
	if (thisURL) 
		location=thisURL;	
	if (theFlags & 1)
	{	if (psWindow.focus)
			psWindow.focus();
	}
}
function psSetupWin(theName, winInfo)
{
	psWinInfo[theName] = winInfo;
}

var	psWindow = null;
psWinInfo = new Array();
// -->

// psWindows:

psSetupWin ("remoteWin1", "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,dependent=yes,width=480,height=610,screenX=200,screenY=20,left=200,top=20");
// 

// psWindows:

psSetupWin ("remoteWin2", "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,dependent=yes,width=640,height=480,screenX=200,screenY=20,left=200,top=20");
// 

// psWindows:

psSetupWin ("remoteWin3", "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,dependent=yes,width=380,height=100,screenX=300,screenY=15,left=300,top=15");
//
// psWindows:

psSetupWin ("remoteWin4", "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,dependent=yes,width=400,height=300,screenX=250,screenY=20,left=280,top=12");
//