/* 
  ================================================
  PVII Uberlink Script
  Copyright (c) 2006 Project Seven Development
  www.projectseven.com
  Version: 1.0.0
  ================================================
*/
function staylink(cl,d){
	var i,ob,tA,h=document.location.href;
	if(document.getElementById){
	ob=(d)?document.getElementById(d):document;
	if(ob){
	tA=ob.getElementsByTagName('A');
	for(i=0;i<tA.length;i++){
	if(tA[i].href==h){
	tA[i].className=cl;
}}}}}


function launchwin(winurl,winname,winfeatures) { 

	newwin = window.open(winurl,winname,winfeatures);
	parentwin = window.self;           // Make handle for current window named "parentwin"
	parentwin.opener = window.self;    // Tell current window that it opened itself//
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  
	window.open(theURL,winName,features);
}

function MM_displayStatusMsg(msgStr) { //v1.0
  
	status=msgStr; 
	document.MM_returnValue = true;
}