agent = navigator.userAgent;
ns4 = (navigator.appName == 'Netscape')? true:false;
op = (agent.indexOf("Opera") > -1)? true:false;
ie4 = ((navigator.appName == 'Microsoft Internet Explorer') && (!(op)))? true:false;
load = false;
	
if (op) document.writeln("<link rel=\"StyleSheet\" href=\"css/op.css\" type=\"text/css\">");
if (ie4) document.writeln("<link rel=\"StyleSheet\" href=\"css/ie.css\" type=\"text/css\">");
if (ns4) document.writeln("<link rel=\"StyleSheet\" href=\"css/nn.css\" type=\"text/css\">");



function newWin(url, title, w, h, s)
 {
			w1=window.open(url, title, 'resizable=no,menubar=no,status=no,scrollbars='+s+',width='+w+',height='+h);
			w1.focus();
}












var imageroot		=	"pict/";
var images	=	"pict/";


function Show(my)
{
	document.write("<IMG NAME=\"cn1\" SRC=\"image/active_"+my+"\"  nb style=\"filter:alpha(opacity=0)\" onMouseover=\"makevisible(this,0)\" onMouseout=\"makevisible(this,1)\" border=\"0\">");
}

function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=0
}



function fullimg(url,w,h)
{
	var newwindow1;
	newwindow1=window.open(url,'_blank','scrollbars=no,status=no,resizable,top=0,left=0,width='+w+',height='+h);
	newwindow1.focus();
}
