<!--

function refreshParent() {
  window.opener.location.href = window.opener.location.href;

  if (window.opener.progressWindow)
		
 {
    window.opener.progressWindow.close()
  }
  window.close();
}

function closeWin() {
  window.close();
}


function popwindow( target_url ) {
  var newwin = open(target_url, "bp_picture", "height=550,width=650,innerHeight=550,innerWidth=650,outerHeight=550,outerWidth=650,screenX=0,left=0,screenY=0,top=0,channelmode=0,dependent=0,directories=0,fullscreen=1,location=0,menubar=0,resizable=yes,scrollbars=yes,status=no,toolbar=no");
}



function onceorelse(form){

if (document.all||document.getElementById){
for (i=0;i<form.length;i++){
var tempobj=form.elements[i]
if(tempobj.type.toLowerCase()=="submit"||tempobj.type.toLowerCase()=="reset")
tempobj.disabled=true;
}
}

}

//-->
