// JavaScript Document
function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}
function popup1(ThisUrl){
	window.open(ThisUrl,'','resizable=yes,scrollbars=yes,width=520,height=350,left=35,top=15');
	return false;
}
function popup(ThisUrl){
	window.open(ThisUrl,'','resizable=yes,scrollbars=yes,width=420,height=350,left=35,top=35');
	return false;
}
function popup2(ThisUrl){
	window.open(ThisUrl,'','resizable=yes,scrollbars=yes,width=450,height=350,left=10,top=35');
	return false;
}
function popuptellafriend(ThisUrl){
	window.open(ThisUrl,'','resizable=yes,scrollbars=yes,width=530,height=425,left=35,top=15');
	return false;
}



function form_search_validate(thisform) {
	with (thisform) {
		position= parseInt(searchforopenings.value)
		if (searchforopenings.value < 1) {
			alert('Please select your desired position.');
			searchforopenings.focus();
			return false;
		}
		
		if (state.value.length < 1) {
			alert('Please select your desired state.');
			state.focus();
			return false;
		}
		return true;
	}
}
function form_name_search(thisform) {
	with (thisform) {
		if (name_search.value.length < 1) {
			alert('You must enter part of a company name.');
			name_search.focus();
			return false;
		}
		return true;
	}
	
}

//pop up heartland //
function phpads_24_pop(e)
{
	if (!window.phpads_24)
	{
		phpads_24 =  window.open('', 'phpads_24', 'height=60,width=468,toolbars=no,location=no,menubar=no,status=no,resizable=no,scrollbars=no');
		
		if (!phpads_24.document.title || phpads_24.document.title == '')
		{
						
			phpads_24.document.open('text/html', 'replace');
	
		var phpadsbanner = '';
		phpadsbanner += '<'+'a href=\'http://www.otrprotrucker.com/ads/adclick.php?banner';
		phpadsbanner += 'id=24&amp;zoneid=0&amp;source=&amp;dest=http%3A%2F%2Fwww.cre';
		phpadsbanner += 'ngland.com\' target=\'_blank\' onMouseOver="self.status=\'C.R. E';
		phpadsbanner += 'ngland\'; return true;" onMouseOut="self.status=\'\';return tru';
		phpadsbanner += 'e;"><'+'img src=\'http://www.otrprotrucker.com/images/shared/ban';
		phpadsbanner += 'ners/468x60crenglandlease.gif\' width=\'468\' height=\'60\' alt=\'';
		phpadsbanner += 'C.R. England\' title=\'C.R. England\' border=\'0\'><'+'/a><'+'div id="b';
		phpadsbanner += 'eacon_24" style="position: absolute; left: 0px; top: 0px; vi';
		phpadsbanner += 'sibility: hidden;"><'+'img src=\'http://www.otrprotrucker.com/ad';
		phpadsbanner += 's/adlogf028.cfm?bannerid=24&clientid=22&zoneid=0&sou';
		phpadsbanner += 'rce=&amp;block=0&amp;capping=0&amp;cb=6935322a0abe09b0d0152f';
		phpadsbanner += '313d4c712b\' width=\'0\' height=\'0\' alt=\'\' style=\'width: 0px; h';
		phpadsbanner += 'eight: 0px;\'><'+'/div>';

		phpads_24.document.write('<'+'html><'+'head><'+'title>');
		phpads_24.document.write('C.R. England');
		phpads_24.document.write('<'+'/title><'+'/head>');
		phpads_24.document.write('<'+'body leftmargin=\'0\' topmargin=\'0\' marginwidth=\'0\' marginhei');
		phpads_24.document.write('ght=\'0\'>');
			phpads_24.document.write(phpadsbanner);
			phpads_24.document.write('<'+'/body><'+'/html>');
			
			phpads_24.document.close();
		}

			phpads_24.focus();
			}
	
	return true;
}



function bookmark() {
	if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {  
		window.external.AddFavorite(location.href,document.title);
	}
	return true;
}



