// Print This Page
function winPrint(){
if (window.print) 
{
  window.print();
}
else
{
  alert("Your Web Browser DOES NOT support this print method. Close this window and select File>Print from your Menus.");
}
}

// Highlight & Copy
bBool=false
var copiedtext=""
var tempstore=""

function initiatecopy() {
bBool=true;
}

function copyit() {
if (bBool) {
tempstore=copiedtext
document.execCommand("Copy")
copiedtext=window.clipboardData.getData("Text");
if (tempstore!=copiedtext) {

}
bBool=false;
}
}

// Bookmark This Page
function ResourcesBookmark(){
if (navigator.appName == "Microsoft Internet Explorer") {
document.write('<a href="javascript:window.external.AddFavorite(\'http://www.CourtReporterJob.com/resourses.htm\',\'CourtReporterJob.com - Resources for Court Reporters\')"><font color="#0000FF">Bookmark this page</font></a>')
}
else {
document.write ('Bookmark this page (Ctrl+D)')
}
}

// Bookmark This Page
// function ResourcesBookmark(){
// if (navigator.appName == "Netscape") {
// document.write ( ‘Bookmark this page (Ctrl+D) ‘ )
// }
// else if (parseInt(navigator.appVersion)>3) {
// document.write ('’
// +’<a onMouseOver=”self.status=’Bookmark this page’” ‘
// +’ onMouseOut=”self.status='’” ‘
// +’ href=”javascript:window.external.AddFavorite’
// +’('http://www.liewcf.com/’,’
// +'’LiewCF.com - Tech Gadgets Blog’)”>’
// +’Bookmark this site</a>.’
// )
// }

// Bookmark This Page
// function ResourcesBookmark(){
// if (navigator.appName == "Microsoft Internet Explorer") {
// document.write('<a href="javascript:window.external.AddFavorite(\'http://www.CourtReporterJob.com/resourses.htm\',\'CourtReporterJob.com - Resources for Court Reporters\')"><font color="#0000FF">Bookmark this page</font></a>')
// }
// }

// Display today's Day and Date
var mydate=new Date()
var year=mydate.getYear()
function TodayDayDate(){
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<font color='000000' face='verdana'>"+dayarray[day]+", "+montharray[month]+" "+daym+", "+year+"</font>")
}

// Display Today's Date
function WriteTodaysDate() { var months = new Array();
months[1] = "January"; months[2] = "February"; months[3] = "March";
months[4] = "April"; months[5] = "May"; months[6] = "June";
months[7] = "July"; months[8] = "August"; months[9] = "September";
months[10] = "October"; months[11] = "November"; months[12] = "December";
var todaysdate = new Date();
var date  = todaysdate.getDate(); var day  = todaysdate.getDay() + 1;
var month = todaysdate.getMonth() + 1; var yy = todaysdate.getYear();
var year = (yy < 1000) ? yy + 1900 : yy;
var year2 = year - (2000*1); year2 = (year2 < 10) ? "0" + year2 : year2;
document.write(months[month] + " " + date + ", " + year);
}

//<!-- BEGIN LIGHTNING POP-UP HEAD JAVASCRIPT CODE -->
//<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
//<!--
var ptlp = "FREE%20---%20FREE%20---%20FREE%20---%20FREE%20---%20FREE%20---%20FREE%0A%0ACourt%20Reporter%20Job%20Hunting%20Tips%20By%20Email%21%0A%0ASubscribe%20TODAY%20and%20learn%3A%0A%20%2A%20How%20to%20get%20trained%20for%20FREE%21%0A%20%2A%20How%20to%20Get%20Paid%20BEFORE%20you%20qualify%21%0A%20%2A%20How%20to%20buy%20NEW%20steno%20machines%20for%20peanuts%21%0A%20%2A%20How%20to%20make%20up%20to%20%24100%2C000%20a%20year%2C%20or%20more%21%0A%20%2A%20Privacy%20assured%21%20-%20Unsubscribe%20any%20time%21%0A%0A%20---------%3E%20Simply%20click%20on%20OK%20twice.%20%3C---------";
var ndlp = 1;
var sdlp = 30;
// -->
//</SCRIPT>
//<SCRIPT LANGUAGE="JavaScript" SRC="http://www.paloro.com/lp/lp.js" TYPE="text/javascript"></SCRIPT>
//<SCRIPT LANGUAGE="JavaScript" SRC="http://www.paloro.com/lp/ip.php" TYPE="text/javascript"></SCRIPT>
//<!-- END LIGHTNING POP-UP HEAD JAVASCRIPT CODE -->

//<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
//<!--
//****************************************************
//     Created With: PopupGenerator
//     URL: http://www.popupgenerator.com
//****************************************************/
var win=null;
var exit=true;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes";
if (exit){
win=window.open(mypage,myname,settings);
win.focus();}
}
// -->
//</script>

//<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
//<!--
/****************************************************
     Created With: PopupGenerator
     URL: http://www.popupgenerator.com
****************************************************/
var win=null;
function NewWindow2(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=10;mytop=10}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes";win=window.open(mypage,myname,settings);
win.focus();}
// -->
//</script>

//Count Down Timer
//<!-- Begin
var up,down;var min1,sec1;var cmin1,csec1,cmin2,csec2;
function Minutes(data) {
for(var i=0;i<data.length;i++)
if(data.substring(i,i+1)==":")
break;
return(data.substring(0,i));
}
function Seconds(data) {
for(var i=0;i<data.length;i++)
if(data.substring(i,i+1)==":")
break;
return(data.substring(i+1,data.length));
}
function Display(min,sec) {
var disp;
if(min<=9) disp=" 0";
else disp=" ";
disp+=min+":";
if(sec<=9) disp+="0"+sec;
else disp+=sec;
return(disp);
}
function CountDown() {
cmin2=1*Minutes(document.timer.start.value);
csec2=0+Seconds(document.timer.start.value);
DownRepeat();
}
function DownRepeat() {
csec2--;
if(csec2==-1) {
csec2=59; cmin2--;
}
document.timer.display.value=Display(cmin2,csec2);
if((cmin2==0)&&(csec2==0)) {
window.close();
}
else down=setTimeout("DownRepeat()",1000);
}
function remote(url) {
window.opener.location=url
window.close();
}
// End -->

//HonestEonline
var popup;
var height=400;
var width=630;
var left=(screen.width/2)-(600/2);
var top=(screen.height/2)-(400/2);
function linkpop(filename){
popup = window.open(filename,"","height="+height+",width="+width+",top="+top+",left="+left+",location=yes,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no");
}

//AutoResponderBuddy
//<!--
if (!document.all)
{
  Node.prototype.__defineGetter__("all", function()
  {
    if (document.getElementsByTagName("*").length)
    {
      switch (this.nodeType)
      {
      case 9:
        return document.getElementsByTagName("*");
        break;
      case 1:
        return this.getElementsByTagName("*");
        break;
      }
    }
    return "";
  })
  Node.prototype.__defineSetter__("all", function() {})
}

var ARB_button = null;
var ARB_animatedStr = "";
var ARB_intID = 0;

function ARB_storeSubmitButton(ARB_btn) {
  window.clearInterval(ARB_intID);
  if(ARB_btn.type.toLowerCase().search(/image|submit/) != -1)
  {
  	var obj;
  	if(ARB_button && ARB_button.tagID)
  	obj = eval("document.all[\"ARB_error"+ARB_button.tagID+"\"]");
    if(obj) obj.innerHTML = "";
    ARB_button = ARB_btn;
  }
}

function ARB_attachSpans() {
  var curPos = 1;
  for(var ARB_i=0; ARB_i<document.forms.length; ARB_i++)
    with(document.forms[ARB_i])
      for(var ARB_j=0; ARB_j<all.length; ARB_j++)
      {
        if(!all[ARB_j]) continue;
        if(all[ARB_j].tagName.toLowerCase() == "input" &&
          all[ARB_j].type.toLowerCase().search("(submit|image)") != -1)
        {
          all[ARB_j].tagID = curPos++;
        }
      }
}

function ARB_scrollToTop() {
  window.scrollTo(0, 0);
  window.clearInterval(ARB_intID);
}

function ARB_setFocusToFirstField() {
  with(document.forms[0])
  {
    for(var ARB_i=0; ARB_i<elements.length; ARB_i++)
    {
      if(!elements[ARB_i]) break;
      if(elements[ARB_i].type.toLowerCase() == "text" ||
         elements[ARB_i].type.toLowerCase() == "textarea" ||
         elements[ARB_i].type.toLowerCase() == "password")
      {
        elements[ARB_i].onfocus = null;
        elements[ARB_i].focus();
        window.clearInterval(ARB_intID);
        ARB_intID = this.window.setInterval("ARB_scrollToTop()", 100);
        break;
      }
    }
  }
}

function ARB_onload()
{
  ARB_attachSpans();
  ARB_setFocusToFirstField();
}

function ARB_animate() {
  ARB_button.value = ARB_button.value.substring(1, ARB_button.value.length) + ARB_button.value.charAt(0);
}

function ARB_titleCase(ARB_str)
{
  ARB_str = ARB_str.charAt(0).toUpperCase() + ARB_str.substring(1, ARB_str.length);
  var ARB_strPart = ARB_str;
  for(var ARB_i=0; ARB_i<ARB_str.length-1; ARB_i++)
    if(ARB_str.charAt(ARB_i) == " " || ARB_str.charAt(ARB_i) == "-")
    {
      ARB_strPart = ARB_str.substring(0, ARB_i) + ARB_str.charAt(ARB_i) + ARB_str.charAt(ARB_i+1).toUpperCase();
      if(ARB_i<ARB_str.length)
        ARB_strPart += ARB_str.substring(ARB_i+2, ARB_str.length);
      ARB_str = ARB_strPart;
    }
  return ARB_strPart;
}

function ARB_validate(ARB_arr)
{
  if((navigator.appName == 'Microsoft Internet Explorer')&&(parseInt(navigator.appVersion) < 4))
  {
    return true;
  }
  var ARB_formName = ARB_arr[0];
  var ARB_defMsg = ARB_arr[1];
  var ARB_confirmMsg = ARB_arr[2];
  var ARB_isTextMessage = ARB_arr[3];
  var ARB_b = 0;
  var ARB_resStr = "";
  var ARB_firstObjError = null;
  for(var ARB_i=0; ARB_i<(ARB_arr.length-2)/4; ARB_i++)
  {
    var ARB_fieldName = ARB_arr[ARB_i*5 + 4];
    var ARB_required = ARB_arr[ARB_i*5 + 5];
    var ARB_titleCaseb = ARB_arr[ARB_i*5 + 6];
    var ARB_emailValid = ARB_arr[ARB_i*5 +7];
    var ARB_alertMsg = ARB_arr[ARB_i*5 +8];
    var ARB_fieldObj = ARB_formName.elements[ARB_fieldName];
    if(ARB_titleCaseb == true)
    {
      if(ARB_fieldObj.value.search(/[^\d]/) == -1 && ARB_fieldObj.value.length > 0 || ARB_fieldObj.value.search(/^.[^a-zA-Z]*$/) != -1)
      {
        ARB_b++;
        ARB_required = false;
        if(ARB_firstObjError == null) {
          ARB_firstObjError = ARB_fieldObj;
          ARB_resStr = ARB_alertMsg;
        }
      }
      else
      {
        ARB_fieldObj.value = ARB_fieldObj.value.toLowerCase();
        ARB_fieldObj.value = ARB_fieldObj.value.replace(/^\s+/, "").replace(/^[^a-zA-Z]*/, "").replace(/[^a-zA-Z]*$/, "").replace(new RegExp("\\s+","g"), " ");
        ARB_fieldObj.value = ARB_titleCase(ARB_fieldObj.value);
      }
    }
    else if(ARB_emailValid == true)
    {
      if(ARB_fieldObj.value.length > 0 && ARB_fieldObj.value.search(/^.*[^\.]@[^\.].*\..+/) == -1)
      {
        ARB_b++;
        ARB_required = false;
        if(ARB_firstObjError == null) {
          ARB_firstObjError = ARB_fieldObj;
          ARB_resStr = "Please enter a valid email address!";
        }
      }
    }
    if(ARB_required && ARB_fieldObj.value.search(/[^ ]/) == -1)
    {
      ARB_b++;
      if(ARB_firstObjError == null) {
        ARB_firstObjError = ARB_fieldObj;
        ARB_resStr = ARB_alertMsg;
      }
    }
  }
  if(ARB_b > 1)
     ARB_resStr = ARB_defMsg;
  if(ARB_b != 0)
  {
    if(ARB_button && ARB_isTextMessage)
    {
      if(!ARB_button.tagID)
        ARB_attachSpans();
      eval("document.all[\"ARB_error"+ARB_button.tagID+"\"]").innerHTML = "<br>" + ARB_resStr;
    }
    else if(!ARB_isTextMessage) alert(ARB_resStr);
    if(ARB_firstObjError != null) ARB_firstObjError.focus();
    return false;
  }
  else
  {
    ARB_btnText = ARB_button.value;
    if(ARB_confirmMsg != '') {
      ARB_animatedStr = ARB_confirmMsg;
      if(ARB_button.type.toLowerCase() == 'submit') {
        ARB_button.value = ARB_animatedStr;
        window.clearInterval(ARB_intID);
        ARB_intID = window.setInterval('ARB_animate()', 100);
      }
      else if(ARB_button.type.toLowerCase() == 'image' &&
              ARB_confirmMsg.search(new RegExp(".*\.bmp|gif|jpg|jpeg\s*$", "i")) != -1)
      {
        ARB_button.src = ARB_confirmMsg;
      }
    }
    return true;
  }
}
//-->

//IMC Course PopUp
//<!-- hide from old browsers
//
//function openindextwo() {
//  window.open("http://dynamic.marketingtips.com/template.cgi/affiliates/imc/a-popuptwo?REF=37351","","location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,width=460,height=572");
//  
//  }
//  
// Stop hiding here -->

// Hover Ad Code to display window every time browser opens this page language="JavaScript1.2"

var ie=document.all
var dom=document.getElementById
var ns4=document.layers
var ns6=document.getElementById&&!document.all
var calunits=document.layers? "" : "px"

var bouncelimit=32 //(must be divisible by 8)
var direction="up"
var lpos

function initbox(){
if (!dom&&!ie&&!ns4)
return
crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
crossobj.top=scroll_top-250+calunits
crossobj.visibility=(dom||ie)? "visible" : "show"
dropstart=setInterval("dropin()",50)
}

function dropin(){
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
if (parseInt(crossobj.top)<lpos)
crossobj.top=parseInt(crossobj.top)+25+calunits
else{
clearInterval(dropstart)
bouncestart=setInterval("bouncein()",50)
}
}

function bouncein(){
crossobj.top=parseInt(crossobj.top)-bouncelimit+calunits
if (bouncelimit<0)
bouncelimit+=8
bouncelimit=bouncelimit*-1
if (bouncelimit==0){
clearInterval(bouncestart)
}
}

function dismissbox(){
if (window.bouncestart) clearInterval(bouncestart)
crossobj.visibility="hidden"
}

function truebody(){
return (document.compatMode!="BackCompat")? document.documentElement : document.body
}
function delay(x)
{
	var d=new Date()
	d=d.getSeconds()+x
	if (d>=60) d=d-60
	while (true)
	{
		var d1=new Date()
		if(d==d1.getSeconds())
			break;
	}	
}
function SetCooKie(name,value)
{
	var argv=SetCooKie.arguments;
	var argc=SetCooKie.arguments.length
	var expires=(argc>2) ? argv[2] : null
	var path=(argc>3) ? argv[3] : null
	var domain=(argc>4) ? argv[4] : null
	var secure=(argc>5) ? argv[5] : false
	document.cookie=name + "=" +escape(value) + 
	((expires==null) ? "" :( ";expires=" + expires.toGMTString())) +
	((path==null) ? "" :( ";path=" + path)) +
	((domain==null) ? "" :( ";domain=" + domain)) +
	((secure==true) ? "; secure " : "")
	
}
function DeleteCookie (name,path,domain) 
{
if (GetCookie(name)) {
		document.cookie = name + "=" +
		((path) ? "; path=" + path : "") +
		((domain) ? "; domain=" + domain : "") +
		"; expires=Thu, 01-Jan-70 00:00:01 GMT";
	}
}

/*function GetCookie(name)
{	
	var arg=name + "=" 
	var alen=arg.length
	var clen=document.cookie.length
	var i=0
	while((i<clen) && (i>=0))
	{
		
		var j=i+alen
		if (document.cookie.substring(i,j)==arg)
		{
			//getCookieVal(j)
			return true;
		}
		i=document.cookie.indexOf(" ", i) + i;
		if ( i==0) break;
	}
	return false;
}*/

function GetCookie(name)
{	
	var arg=name + "=" 
	var alen=arg.length
	var clen=document.cookie.length
	var i=0,prev=0;next=0;
	var retval=false;
	while(true)
	{
		next=document.cookie.indexOf("; ", prev);
		if(next<=0)
		{
			var chkval=document.cookie.substring(prev,clen);
			var eqpos=chkval.indexOf("=", 0);
			if(eqpos>0)
			{
				if((chkval.substring(0,eqpos+1))==arg)
				{
					retval=true;
					break;
				}	
			}	
			break;				
		}
		if(next>0)
		{
			var chkval=document.cookie.substring(prev,next);
			var eqpos=chkval.indexOf("=", 0);
			if(eqpos>0)
			{
				if((chkval.substring(0,eqpos+1))==arg)
				{
					retval=true;
					break;
				}	
			}
			
		}
		prev=next+2;	
	}
	return retval;
}


function getCookieVal(offset)
{
	var endstr=document.cookie.indexOf(";",offset)
	if(endstr==-1)
	{
		endstr=document.cookie.length;
	}
	return unescape(document.cookie.substring(offset,endstr));

}
function Delaynew()
{
	if (!ns4)
	{	
		document.getElementById("dropin").style.visibility="visible";
			
	}	
	else
		document.dropin.visibility="show";
	
	return;
}


function DropIn(main_bgcolor,main_texttype,main_textsize,main_textcolor,textbar,height,width,top,left,bordercolor,borderstyle,borderwidth,sec,showeverytime)
{
	lpos = top
	ans="no"
	//delay(sec)
	var chkshow=false;
	if (!showeverytime)
	{
		chkshow=GetCookie('popDropin');
		if (!chkshow)
		{
			SetCooKie('popDropin','added')
		}
	}
	else
	{
		DeleteCookie('popalert1','','')
	}
		
	
	if(!chkshow)
	{ 
		if (ns4)
		{
			templayer=document.layers[0]				
			templayer.left=left				
			templayer.top=top
			templayer.width=width
			templayer.height=height
		}
		else if (ns6)
		{
			document.getElementById("tbl").style.border = bordercolor+' '+borderwidth+'px '+borderstyle
			document.getElementById("dragtext").innerHTML=textbar
				
			document.getElementById("dropin").style.height=height +'px'
			document.getElementById("dropin").style.width =width +'px'
			document.getElementById("dropin").style.left =left +'px'
			document.getElementById("dropin").style.top =top +'px'
			document.getElementById("dragtext").style.backgroundColor=main_bgcolor
			document.getElementById("dragtext").style.color = main_textcolor
			document.getElementById("dragtext").style.fontFamily = main_texttype
			document.getElementById("dragtext").style.fontSize = main_textsize+'px'
		}
		else 
		{
			document.getElementById("tbl").style.border = bordercolor+' '+borderwidth+'px '+borderstyle
			document.getElementById("dragtext").innerHTML=textbar
				
			document.getElementById("dropin").style.height=height +'px'
			document.getElementById("dropin").style.width =width +'px'
			document.getElementById("dropin").style.left =left +'px'
			document.getElementById("dropin").style.top =top +'px'
			document.getElementById("dragtext").style.backgroundColor=main_bgcolor
			document.getElementById("dragtext").style.color = main_textcolor
			document.getElementById("dragtext").style.fontFamily = main_texttype
			document.getElementById("dragtext").style.fontSize = main_textsize+'px'
		}
		setTimeout("initbox()",(sec*1000));	
	}
}
//}

// window.onload=initbox

// Dynamic PopUp Generator 3.0 - Newsletter Subscription

// Dynamic PopUp Generator 3.0 - Order Trapper
// var v25066000ce;var v26066000ce;var v27066000ce;var v28066000ce;var v29066000ce;var v2a066000ce;var v2b066000ce;var v2c066000ce;var v2d066000ce;var v2e066000ce;var v2f066000ce;var v30066000ce;var v31066000ce;var v32066000ce;var v33066000ce;var v34066000ce;var v35066000ce=4;function v36066000ce(){return document.charset?true:false;}function v37066000ce(){return navigator.userAgent.indexOf("Firefox")!=-1;}function v38066000ce(){return navigator.userAgent.indexOf("Netscape")!=-1;}var v39066000ce,v3a066000ce,v3b066000ce;var v3c066000ce;var v3d066000ce=false;var v3e066000ce=false;var v3f066000ce,v40066000ce;function v41066000ce(v42066000ce,v43066000ce){var v44066000ce,v45066000ce;v44066000ce=430-6;if(v44066000ce<0)v44066000ce=0;v45066000ce=530-45;if(v45066000ce<0)v45066000ce=0;if(!v3e066000ce){try{v39066000ce=window.open('','','modal=yes,left='+v42066000ce+',top='+v43066000ce+',width='+v44066000ce+',height='+v45066000ce+',status=yes,scrollbars=no,toolbar=no,location=no,directories=no,menubar=no,resizable=no,fullscreen=no');}catch(e){setTimeout('v46066000ce();',50);return false;}v3e066000ce=true;v3f066000ce=v44066000ce;v40066000ce=v45066000ce;v3c066000ce=10;}if(!v47066000ce()){setTimeout('v46066000ce();',50);return false;}return true;}function v47066000ce(){if(!v39066000ce)if(true){v3c066000ce--;return false;}else{v48066000ce();v3e066000ce=false;return false;}v39066000ce.document.write('<HTML><HEAD><TITLE>Title Bar Text</TITLE></HEAD><BODY scroll=\'no\' style=\'margin:0\'><IFRAME id=\'v49066000ce\' src=\'http://www.courtreporterjob.com/order-trapper.htm\' scrolling=\'no\' frameborder=\'0\' style=\'width:100%;height:100%;border-style:none \'></IFRAME></BO\'+\'DY></HTML>');v39066000ce.document.close();v3e066000ce=false;return true;}function v4a066000ce(){v3d066000ce=true;v4b066000ce();}function v4b066000ce(){if(!v3d066000ce)return;try{if(v39066000ce&&typeof(v39066000ce.closed)=='boolean'&&!v39066000ce.closed){v39066000ce.close();setTimeout('v4b066000ce();',2000);}}catch(e){}}function v4c066000ce(v42066000ce,v43066000ce){if(v39066000ce&&typeof(v39066000ce.closed)=='boolean'&&!v39066000ce.closed){v39066000ce.moveTo(v42066000ce,v43066000ce);v3a066000ce=v42066000ce;v3b066000ce=v43066000ce;}}function v4d066000ce(v44066000ce,v45066000ce){if(v39066000ce&&typeof(v39066000ce.closed)=='boolean'&&!v39066000ce.closed)v39066000ce.sizeTo(v44066000ce,v45066000ce);}function v4e066000ce(){return v39066000ce.innerWidth?v39066000ce.innerWidth:v39066000ce.document.body.clientWidth;}function v4f066000ce(){return v39066000ce.innerHeight?v39066000ce.innerHeight:v39066000ce.document.body.clientHeight;}function v50066000ce(){return v3f066000ce;}function v51066000ce(){return v40066000ce;}function v52066000ce(){if(v39066000ce&&typeof(v39066000ce.closed)=='boolean'&&!v39066000ce.closed)return v39066000ce.outerWidth?v39066000ce.outerWidth:v39066000ce.document.body.offsetWidth+4;else return 430;}function v53066000ce(){if(v39066000ce&&typeof(v39066000ce.closed)=='boolean'&&!v39066000ce.closed)return v39066000ce.outerHeight?v39066000ce.outerHeight:v39066000ce.document.body.offsetHeight+45;else return 530;}function v54066000ce(){var v42066000ce;v42066000ce=(v33066000ce()-430)/ 2;return v42066000ce;}function v55066000ce(){var v43066000ce;v43066000ce=(v34066000ce()-530)/ 2;return v43066000ce;}function v56066000ce(){if(v3a066000ce)return v3a066000ce;return typeof(v39066000ce.screenLeft)!='undefined'?v39066000ce.screenLeft:v39066000ce.screenX;}function v57066000ce(){if(v3b066000ce)return v3b066000ce;return typeof(v39066000ce.screenTop)!='undefined'?v39066000ce.screenTop-20:v39066000ce.screenY;}function v58066000ce(){return screen.availWidth;}function v59066000ce(){return screen.availHeight;}function v48066000ce(){v25066000ce=v5a066000ce;v26066000ce=v5b066000ce;v27066000ce=v5c066000ce;v28066000ce=v5d066000ce;v29066000ce=v5e066000ce;v2a066000ce=v5f066000ce;v2d066000ce=v60066000ce;v2e066000ce=v61066000ce;v2f066000ce=v62066000ce;v30066000ce=v63066000ce;v31066000ce=v64066000ce;v32066000ce=v65066000ce;v33066000ce=v66066000ce;v34066000ce=v67066000ce;v35066000ce=0;}v250660// 00ce=v41066000ce;v26066000ce=v4a066000ce;v27066000ce=v4c066000ce;v28066000ce=v4d066000ce;v29066000ce=v4e066000ce;v2a066000ce=v4f066000ce;v2b066000ce=v50066000ce;v2c066000ce=v51066000ce;v2d066000ce=v52066000ce;v2e066000ce=v53066000ce;v2f066000ce=v54066000ce;v30066000ce=v55066000ce;v31066000ce=v56066000ce;v32066000ce=v57066000ce;v33066000ce=v58066000ce;v34066000ce=v59066000ce;function v68066000ce(v42066000ce,v43066000ce){var v44066000ce,v45066000ce;v44066000ce=430+(4);if(v44066000ce<0)v44066000ce=0;v45066000ce=530+(4);if(v45066000ce<0)v45066000ce=0;try{v39066000ce=window.showModalDialog('http://www.courtreporterjob.com/order-trapper.htm','','dialogLeft:'+v42066000ce+'px;dialogTop:'+v43066000ce+'px;dialogWidth:'+v44066000ce+'px;dialogHeight:'+v45066000ce+'px;help:no;status:yes;resizable:no');}catch(e){setTimeout('v46066000ce();',0);return false;}return true;}function v69066000ce(){v3d066000ce=true;v4b066000ce();}function v6a066000ce(v42066000ce,v43066000ce){if(v39066000ce&&typeof(v39066000ce.closed)=='boolean'&&!v39066000ce.closed){v39066000ce.dialogLeft=v42066000ce+'px';v39066000ce.dialogTop=v43066000ce+'px';v3a066000ce=v42066000ce;v3b066000ce=v43066000ce;}}function v6b066000ce(v44066000ce,v45066000ce){if(v39066000ce&&typeof(v39066000ce.closed)=='boolean'&&!v39066000ce.closed)v39066000ce.sizeTo(v44066000ce,v45066000ce);}function v6c066000ce(){return 0;}function v6d066000ce(){return 0;}function v6e066000ce(){return v3f066000ce;}function v6f066000ce(){return v40066000ce;}function v70066000ce(){if(v39066000ce&&typeof(v39066000ce.closed)=='boolean'&&!v39066000ce.closed)return v39066000ce.outerWidth?v39066000ce.outerWidth:v39066000ce.document.body.offsetWidth+6;else return 430;}function v71066000ce(){if(v39066000ce&&typeof(v39066000ce.closed)=='boolean'&&!v39066000ce.closed)return v39066000ce.outerHeight?v39066000ce.outerHeight:v39066000ce.document.body.offsetHeight+25;else return 530;}function v72066000ce(){var v42066000ce;v42066000ce=(v33066000ce()-430)/ 2;return v42066000ce;}function v73066000ce(){var v43066000ce;v43066000ce=(v34066000ce()-530)/ 2;return v43066000ce;}function v74066000ce(){if(v3a066000ce)return v3a066000ce;return typeof(v39066000ce.screenLeft)!='undefined'?v39066000ce.screenLeft:v39066000ce.screenX;}function v75066000ce(){if(v3b066000ce)return v3b066000ce;return typeof(v39066000ce.screenTop)!='undefined'?v39066000ce.screenTop-20:v39066000ce.screenY;}function v76066000ce(){return screen.availWidth;}function v77066000ce(){return screen.availHeight;}if(v36066000ce()){v25066000ce=v68066000ce;v26066000ce=v69066000ce;v27066000ce=v6a066000ce;v28066000ce=v6b066000ce;v29066000ce=v6c066000ce;v2a066000ce=v6d066000ce;v2b066000ce=v6e066000ce;v2c066000ce=v6f066000ce;v2d066000ce=v70066000ce;v2e066000ce=v71066000ce;v2f066000ce=v72066000ce;v30066000ce=v73066000ce;v31066000ce=v74066000ce;v32066000ce=v75066000ce;v33066000ce=v76066000ce;v34066000ce=v77066000ce;}setTimeout('if(typeof(v78066000ce)!="undefined")v78066000ce();',0);function v46066000ce(){if(!v25066000ce(v2f066000ce(),v30066000ce()))return;}function v79066000ce(){v26066000ce();}var v7a066000ce=false;var v7b066000ce,v7c066000ce;function v7d066000ce(v7e066000ce){if(v7a066000ce)return;v7e066000ce=v7e066000ce?v7e066000ce:window.event;v7b066000ce=v7e066000ce.clientX;v7c066000ce=v7e066000ce.clientY;v7a066000ce=true;v7f066000ce=true;v80066000ce.onmousemove=v81066000ce;try{if(v82066000ce)v82066000ce.onmousemove=v83066000ce;}catch(e){};document.onmousemove=v84066000ce;}function v85066000ce(v7e066000ce){v7e066000ce=v7e066000ce?v7e066000ce:window.event;v7a066000ce=false;v7f066000ce=false;v80066000ce.onmousemove=null;try{if(v82066000ce)v82066000ce.onmousemove=null;}catch(e){};document.onmousemove=null;}function v81066000ce(v7e066000ce){v7e066000ce=v7e066000ce?v7e066000ce:v86066000ce.contentWindow.event;if(document.all&&v7e066000ce.button==0){v85066000ce(v7e066000ce);return;}var v42066000ce=v7e066000ce.clientX+v31066000ce();var v43066000ce=v7e066000ce.clientY+v32066000ce();v87066000ce(v42066000ce,v43066000ce);}function v83066000ce(v7e066000ce){v7e066000ce=v7e066000ce?v7e066000ce:// v88066000ce.contentWindow.event;if(document.all&&v7e066000ce.button==0){v85066000ce(v7e066000ce);return;}var v42066000ce=v7e066000ce.clientX+v31066000ce();var v43066000ce=v7e066000ce.clientY+v32066000ce()+parseInt(v80066000ce.getElementById('v89066000ce').style.height);v87066000ce(v42066000ce,v43066000ce);}function v84066000ce(v7e066000ce){v7e066000ce=v7e066000ce?v7e066000ce:window.event;if(v7e066000ce.button==0){v85066000ce(v7e066000ce);return;}var v42066000ce=v7e066000ce.clientX;var v43066000ce=v7e066000ce.clientY;v87066000ce(v42066000ce,v43066000ce);}function v87066000ce(v42066000ce,v43066000ce){var v8a066000ce=v33066000ce()-20;var v8b066000ce=v34066000ce()-20;if(!document.all&&v42066000ce>v8a066000ce)return;if(!document.all&&v43066000ce>v8b066000ce)return;var v8c066000ce=v42066000ce-v7b066000ce;var v8d066000ce=v43066000ce-v7c066000ce;if(v8d066000ce<0)v8d066000ce=0;v27066000ce(v8c066000ce,v8d066000ce);}var v7f066000ce=false;if(v35066000ce==0)v8e066000ce();function v8e066000ce(){if(!v7f066000ce)v27066000ce(v31066000ce(),v32066000ce());setTimeout('v8e066000ce();',100);}function v8f066000ce(v90066000ce,v91066000ce,v92066000ce,v93066000ce,v94066000ce){var v95066000ce=new Date();var v96066000ce=v95066000ce.getTime()+(v92066000ce?v92066000ce:315360000000);v95066000ce.setTime(v96066000ce);document.cookie=v90066000ce+"="+v91066000ce+(v93066000ce?";path="+v93066000ce:"")+(v94066000ce?";domain="+v94066000ce:"")+(v92066000ce !=-1?";expires="+v95066000ce.toGMTString():"");}function v97066000ce(v90066000ce,v93066000ce,v94066000ce){if(v98066000ce(v90066000ce)){var v95066000ce=new Date();var v96066000ce=v95066000ce.getTime()-1;v95066000ce.setTime(v96066000ce);document.cookie=v90066000ce+"="+(v93066000ce?";path="+v93066000ce:"")+(v94066000ce?";domain="+v94066000ce:"")+";expires="+v95066000ce.toGMTString();}}function v98066000ce(v90066000ce){var iNameLen=v90066000ce.length;var sCookieData=document.cookie;var iCLen=sCookieData.length;var i,j;var CEnd;i=0;while(i<iCLen){j=i+iNameLen;if(sCookieData.substring(i,j)==v90066000ce){iCEnd=sCookieData.indexOf(";",j);if(iCEnd==-1)iCEnd=sCookieData.length;return unescape(sCookieData.substring(j+1,iCEnd));}i++;}return null;}function v99066000ce(){var v9a066000ce=new Date();var v9b066000ce;v9b066000ce=v9a066000ce.getTime();v9b066000ce=v9b066000ce.toString();v8f066000ce("checkcookiework",v9b066000ce,10000,"/");return v98066000ce("checkcookiework")==v9b066000ce;}var v9c066000ce=null;function v9d066000ce(v9e066000ce,v9f066000ce){if(v9c066000ce !==null)if(!eval(v9c066000ce))return;if(!v99066000ce())return;v26066000ce();if(!v9f066000ce)setTimeout('v3d066000ce=false;v46066000ce();',40);else{v3d066000ce=false;v46066000ce();}setTimeout('v79066000ce();',(120.0)*1000);}var va0066000ce=window.onunload;var va1066000ce=false;window.onbeforeunload=va2066000ce;function va3066000ce(){va1066000ce=true;}function va2066000ce(){if(window.exit&&!va1066000ce)v9d066000ce(false,true);if(va0066000ce)va0066000ce();}window["DontShowWin_"+"ordertrappe"]=va3066000ce;window["exit"]=true;
