
function P7_Uberlink(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 P7_TPurl(){ //v1.0.1 by PVII-www.projectseven.com
 var i,h,s,x,p='p7tpc',m=false,d='pnl';
 if(document.getElementById){
 h=document.location.search;
 if(h){h=h.replace('?','');s=h.split(/[=&]/g);
 if(s&&s.length){for(i=0;i<s.length;i+=2){
 if(s[i]==d){x=s[i+1];if(x){m=true;break;}}}}}
 h=document.location.hash;if(!m&&h){
 x=h.substring(1,h.length);if(x){m=true;}}}
 if(m){p+=x;P7_TPtrig(p);}
}