var isOpen = null; 
var isWindow = null; 
if(top!=self) top.location=self.location;
function decryptData(m) { 
var c=0; var r=""; m = unescape(m); for(var i=0;i<m.length;i++) { c=m.charCodeAt(i); if (c>=8364) {c = 128;} r += String.fromCharCode(c-(3)); } return r; }
function sendData(stream,option) { 
	if(stream != '') { 
	if(option == 0 || option == null) { 
	location.href=decryptData(stream); 
} 
	else 
{ 
	open_window(decrypt(stream),"",""); 
	} 
    } 
}
function open_image(thisImg,thisX,thisY) { 
if(isOpen != null) { 
isOpen.close(); 
} 
isOpen = window.open("about:blank","","alwaysLowered=0,alwaysRaised=1,dependent=1,directories=0,hotkeys=0,location=0,menubar=0,resizable=0,screenX=1,screenY=1,scrollbars=0,status=0,titlebar=0,toolbar=0,z-lock=0"); 
isOpen.resizeTo(thisX+30,thisY+55); 
isOpen.document.write('<HTML><HEAD><TITLE>CMS3&reg; by Jh_nav</TITLE></HEAD><BODY marginwidth="0" marginheight="0" rightmargin="10" leftmargin="10" bottommargin="10" topmargin="10">'); isOpen.document.write('<TABLE border=0 cellspacing=0 cellpadding=0 width="100%" height="100%"><TR><TD width="100%" height="100%" align="center" valign="middle">'); isOpen.document.write('<IMG id="grafik" src="' + thisImg.toString() + '" border=0 align="absmiddle">'); isOpen.document.write('</TD></TR><TABLE></BODY></HTML>'); isOpen.focus(); }
function open_window(filename,title,param) { 
if(isWindow != null) { isWindow.close(); 
} 
isWindow = window.open(filename,title,param); }
function Validation(FormCount) 
{ 
var a = 1; var formalias = eval('document.thisForm_'+FormCount.toString()+'.elements'); if(formalias.length){ 
for(i=0;i<formalias.length;i++){ 
if(formalias[i].CHECK == '1'){ 
if(formalias[i].value == ''){ alert(formalias[i].alt); 
formalias[i].focus(); return false; a=0; } else if (formalias[i].type == 'checkbox'){ 
var C_Name = formalias[i].name; var b = 0; for(j=0;j<eval('formalias.'+C_Name+'.length');j++){ 
if(eval('document.thisForm_'+FormCount.toString()+'.'+C_Name+'[j].checked')){ b++; } } 
if(!b){ alert(formalias[i].alt); return false; a=0; } } } 
if(formalias[i].type == 'hidden' && formalias[i].name !='rows' && formalias[i].name !='security'){ 
formalias[i].disabled = false; } } } if(a){ 
for(i=0;i<formalias.length;i++){ if(formalias[i].type != 'hidden' && formalias[i].value != '' && formalias[i].type != 'submit') { 
if(formalias[i].selectedIndex){formalias[i][formalias[i].selectedIndex].value = setKey(formalias[i].value);} else {formalias[i].value = setKey(formalias[i].value);} } } } }
function setKey(thisString){ 
var beta = ''; for(str=0;str<thisString.length;str++){ 
beta = beta + (thisString.charCodeAt(str)+3); if(str != (thisString.length -1)) { 
beta = beta + ";"; } } return beta; }
function open_anchor(thisAnchor) { 
location.href = location.protocol + '\/\/' + location.host + location.pathname + '#' + thisAnchor.toString(); }
