  var sz1=2;
function Sh(nf,p){
//alert (p);
if (p.substring (2,3)=="."){
g = p.substring (0,2);
s=  p.substring (3,5);
}else {
g = p.substring (0,3);
s=  p.substring (4,p.length);
}
gstr=''+g;
sstr=''+s;
g=g*1;

//alert (gstr+'/'+sstr);
myArray= new Array(3);

regexp = new RegExp("[^1234567890.]+"); 
if (document.getElementById){  
switch1="getElementById('";
switch2="')";
 }else{
	    if (navigator.appName == "Netscape") {
    	switch1="layers['";
         switch2="']" ;
         } else {
             switch1="all['";
             switch2="]" ;
            }
}
eval ('top.lnk_fr.document.'+switch1 +'g'+switch2+'.innerHTML='+ g+'+"&nbsp;"' );
eval ('top.lnk_fr.document.'+switch1 +'s'+switch2+'.innerHTML='+ s);
i=2;
while(top.lnk_fr.document.forms["lnk"].com.options[i]){
string = top.lnk_fr.document.forms["lnk"].com.options[i].value;
myArray = regexp.exec(string);
top.lnk_fr.document.forms["lnk"].com.options[i].value = myArray[0]+nf+'.htm#'+ gstr+'.'+ sstr;
i++;
}

i=2;
while(top.lnk_fr.document.forms["lnk"].tr.options[i]){
string = top.lnk_fr.document.forms["lnk"].tr.options[i].value;
myArray = regexp.exec(string);
top.lnk_fr.document.forms["lnk"].tr.options[i].value = myArray[0]+nf+'.htm#'+ gstr+'.'+ sstr;
//alert(top.lnk_fr.document.forms["lnk"].tr.options[i].value);
i++;
}

a();
}

function a() {
top.lnk_fr.document.bgColor="#AA9987";
setTimeout("b();", 100);
}

function b(){
top.lnk_fr.document.bgColor="#FFF1E3";
if (sz1>=0){
sz1--;
setTimeout("a();", 100);
}
else{
sz1="2";
}
} 

