function show_popup(url){
	windowprops = "width=460,height=460, top=10,left=10,resizable=no,scrollbars=no,menubar=no,toolbar=no,status=no,status=0,location=no"
	newwindow=window.open(url,'name',windowprops);
        if (window.focus) {
		newwindow.focus()
	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
  }

