//status check | browser check | swap image//--  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  var nvDoa = 0,   nvDol = 0,   nvDog = 0,   nvOs = 0,    nvMW = 0,    nvMH = 0,   nvVsn = 1if (document.all) nvDoa = 1;   if (document.layers) nvDol = 1;   if (!document.all && document.getElementById) nvDog = 1nvUtC= navigator.userAgent.toUpperCase();   nvAPP = navigator.appVersion;   nvUA = navigator.userAgent;if (nvUtC.indexOf("MAC") >= 0) nvOs="mac"; if (nvUtC.indexOf("WIN") >= 0) nvOs="win"nvMW = screen.width;   nvMH = screen.height;   if ((nvDol) || (nvDog)){	snvAPP = nvAPP.indexOf(" ",0);   nvVsn = eval(nvAPP.substring(0, snvAPP));   if (nvVsn >= 5) nvVsn++;   if (nvUA.indexOf("6/6.0") >= 0) nvVsn = 1;} if (nvDoa){	snvAPP = nvUA.indexOf("MSIE ",0)+5;   snvUA = nvUA.indexOf(";",snvAPP);   nvVsn = eval(nvUA.substring(snvAPP, snvUA))}//--  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  function knBwChkJump(o) {	var bwChk = 0, nvBwIE, nvBwNS;    if (nvDoa) nvBwIE = 1;    if ((nvDol) || (nvDog)) nvBwNS = 1	if (nvOs == "mac") {		if ((nvBwIE) && (5 <=  nvVsn)) bwChk = 1;   if ((nvBwNS) && (4.6 <=  nvVsn)) bwChk = 1	} if (nvOs == "win") {		if ((nvBwIE) && (5 <=  nvVsn)) bwChk = 1;   if ((nvBwNS) && (4.6 <=  nvVsn)) bwChk = 1	}	if (!bwChk) location.href = o}//--  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  function findO (n, d) {	var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {	d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}	if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];	for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findO(n,d.layers[i].document); return x;} function knSWi () {	var i,j=0,x,a=knSWi.arguments; document.knSWimsr=new Array; for(i=0;i<(a.length-2);i+=3)	if ((x=findO(a[i]))!=null){document.knSWimsr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}function knNWin(j, k, l){	var cX = 10;   var cY = 10;	newWin = window.open (j+".html","","left="+cX+",top="+cY+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+k+",height="+l); 	newWin.focus()}function knNWiVw(k, l, m){	var cX = 10;   var cY = 10;	view = window.open("","ImageViewWindow","left="+cX+",top="+cY+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+l+",height="+m);	view.document.open();	view.document.write("<html><head><title>S I N N E R</title></head><body bgcolor=#ffffff leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");	view.document.write("<a href='javaScript:window.close();'><img src='"+k+".jpg'  width="+l+" height="+m+" border=0></a></body></html>");	view.document.close();}function knStyle(j, k, l) {	if (nvDoa) document.all(j).style[k] = l	else if (nvDol) document.layers[j][k] = l	else if (nvDog) document.getElementById(j).style[k] = l}function knSlv(j, k) {   var nap;   (k) ? nap = "visible" : nap = "hidden";   knStyle(j, "visibility", nap)   }