﻿// JavaScript Document
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

<!--
function Lvl_openWin(u,n,w,h,l,t,c,f) { //v2.2 4LevelWebs
  var x=((screen.width-w)/2);if(c==1){l=x;t=(screen.height-h)/2;}if(c==2){l=x}
	f+=',top='+t+',left='+l;LvlWin=window.open(u,n,f);LvlWin.focus();
}
//-->
function cleanField(obj){
  obj.value = obj.value.replace(/[^\d]/g,"");
//  if(obj.value.length == 0 || obj.value == 0){obj.value=1}
//  Changed the following line from 1 to 0
  if(obj.value.length == 0 || obj.value == 0){obj.value=0}
}
