

              // here images are preloaded            

            str1 = new String("");

            if(navigator.useragent != null)

            str1=navigator.useragent;

            if (str1.indexOf("MSIE") < 0)

             

//<!--

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','toolbar=no,location=no,directories=no,status=yes,scrollbars=no,menubar=no,resizable=yes,width=350,height=425,left=5,top=5');

        msgWindow.focus();

        msgWindow.location.href = thisurl;
	
	

	
	

}

else {

        msgWindow=window.open( thisurl,'subwindow','toolbar=no,location=no,directories=no,status=yes,scrollbars=no,menubar=no,resizable=yes,width=325,height=450,screenX=190,screenY=0');

}       



}
function clswin() { 
close();} 


//-->


 
 
 

 


