<!--
nn4 = (document.layers) ? 1:0;	
ie4 = (document.all) ? 1:0;	
function getNavVer(){
    var wer = navigator.appVersion;
    var msindex = wer.indexOf("MSIE");
    if (msindex != -1)
        return wer.substring( ( msindex + 5 ) , wer.indexOf(";",msindex) )
    else
        return wer.substring( 0 , wer.indexOf(" ") );
}
function wind(src,x,y){
	msg=window.open(src, "" ,"toolbar=no,width="+x+",height="+y+",location=no,directories=no,status=yes,scrollbars=no,resize=no,menubar=no");
	y = 0	
	x = 0
	msg.moveTo(x,y);	}
// -->		

