<!--
var nid=0;
var tid=0;
var mid=1679;
var full=1;
//var popDialogOptions = "dialogWidth:1px; dialogHeight:1px; dialogTop:10000px; dialogLeft:10000px; center:0; help:0; resizable:0; scroll:0; status:0";
//var popWindowOptions = "top=5000,left=5000,scrollbars=0,toolbar=0,location=0,directories=no,status=0,menubar=0,resizable=0";
var popDialogOptions = "dialogWidth:800px; dialogHeight:600px; dialogTop:1px; dialogLeft:1px; center:0; help:0; resizable:1; scroll:1; status:0";
var popWindowOptions = "top=1,left=1,scrollbars=0,toolbar=0,location=0,directories=no,status=0,menubar=0,resizable=0";
var exit = true;
var usePopDialog = true;
var isUsingSpecial = false;
function normal_exit(){
   if(exit && !isUsingSpecial) {
      exit = false;
      window.open(popURL,"",popWindowOptions);
   }
}
-->
