//<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

condition = !(( (browserName.indexOf("Explorer") >=0 ) && (browserVer < 4) ) ||  ((browserName.indexOf("Netscape") >=0 ) && (browserVer < 2) ) ) ; 

if (condition == true  )
    CanAnimate = true;
else
    CanAnimate = false;

function openchild(thisurl){
if ( CanAnimate ){ 
        msgWindow=window.open( '' ,'subwindow','background-Color=#FFFFCC,toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,width=520,height=620');
        msgWindow.focus();
        msgWindow.location.href = thisurl;
}

}

function openchildmap(thisurl){
if ( CanAnimate ){ 
        msgWindow=window.open( '' ,'subwindow','background-Color=#FFFFCC,toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,width=470,height=590');
        msgWindow.focus();
        msgWindow.location.href = thisurl;
}
	  
}

function openchildmap1(thisurl){
if ( CanAnimate ){ 
        msgWindow=window.open( '' ,'subwindow','background-Color=#FFFFCC,toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,width=720,height=485');
        msgWindow.focus();
        msgWindow.location.href = thisurl;
}
	  
}

function openchildmap2(thisurl){
if ( CanAnimate ){ 
        msgWindow=window.open( '' ,'subwindow','background-Color=#FFFFCC,toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,width=940,height=500');
        msgWindow.focus();
        msgWindow.location.href = thisurl;
}
	  
}

function openchildmap3(thisurl){
if ( CanAnimate ){ 
        msgWindow=window.open( '' ,'subwindow','background-Color=#FFFFCC,toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,width=610,height=430');
        msgWindow.focus();
        msgWindow.location.href = thisurl;
}
	  
}

function openchild1(thisurl){
if ( CanAnimate ){ 
        msgWindow=window.open( '' ,'subwindow','background-Color=#FFFFCC,toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,width=600,height=320');
        msgWindow.focus();
        msgWindow.location.href = thisurl;
}
      
}

function openchild2(thisurl){
if ( CanAnimate ){ 
        msgWindow=window.open( '' ,'subwindow','background-Color=#FFFFCC,toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,width=940,height=500');
        msgWindow.focus();
        msgWindow.location.href = thisurl;
}
      
}
function openchild3(thisurl){
if ( CanAnimate ){ 
        msgWindow=window.open( '' ,'subwindow','background-Color=#FFFFCC,toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,width=570,height=421');
        msgWindow.focus();
        msgWindow.location.href = thisurl;
}
      
}
//-->
