function deschide_fr(linkul,inaltime,latime,scrl,tlbr,loca,dirc,sts,mnb,resi){
				 var w = (window.screen.width-latime)/2;
				 var h = (window.screen.height-inaltime)/2;
				 sWin=window.open(linkul,'_blank','fullscreen=0,scrollbars='+scrl+',toolbar='+tlbr+',location='+loca+',directories='+dirc+',status='+sts+',menubar='+mnb+',resizable='+resi+',width='+latime+'px,height='+inaltime+'px,top='+h+',left='+w+'')
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function RemoveDot()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = RemoveDot;
}

function doClear(theText) {
if (theText.value == theText.defaultValue) {
theText.value = ""
}
}