var msgWindow	= null;

function popUp(URL,h,w) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,height="+h+",width="+w+",left = 0,top = 0');");
}

function popUp_srolls(URL,h,w) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,height="+h+",width="+w+",left = 0,top = 0');");
}


function galleryPopUp(URL,h,w) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=yes,height="+h+",width="+w+",left = 0,top = 0');");
}


// used in the classifieds and farm section

function checkIt(x) { 
	if (document.getElementById(x).checked == true)  {
		document.getElementById(x).checked = false;
	}
	else if (document.getElementById(x).checked == false) { 
		document.getElementById(x).checked = true; 
	} 
}

function clearText() {
	document.search_form.keywords.value="";
}

function RadarMovieTimer(){
  if(document.radar_movie.GetTime()==document.radar_movie.GetEndTime()){
    document.radar_movie.Play();
  }
  setTimeout("RadarMovieTimer()", 3000);
  document.radar_movie.SetRate(.25);
}



