<!--
function MM_openBrWindow(theURL,winName,features) { //v1.2
  window.open(theURL,winName,features);
}
//-->

<!--
function MM_openWindow(theURL,winName,launchWin,features) { //v1.0
  if (launchWin == ''){
    window.open(theURL,winName,features);
  }
  else{
    var controller = window.open(theURL,winName,features);
    if (controller.opener == null){
      controller.opener = self;
    }
    controller.opener.name = launchWin;
    return controller;
  }
}
//-->

<!--
function closeBrWindow() { //v1.0
  javascript:self.close();
}
//-->

<!--
function MM_preloadImages() { //v1.2
  if (document.images) {
    var imgFiles = MM_preloadImages.arguments;
    var preloadArray = new Array();
    for (var i=0; i<imgFiles.length; i++) {
      preloadArray[i] = new Image;
      preloadArray[i].src = imgFiles[i];
    }
  }
}
//-->

<!--
function MM_swapImage() { //v1.2
  var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;
  for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {
    objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];
    if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||
        (objStr.indexOf('document.all[')   ==0 && document.all   ==null))
      objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);
    obj = eval(objStr);
    if (obj != null) {
      swapArray[j++] = obj;
      swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];
      obj.src = MM_swapImage.arguments[i+2];
  } }
  document.MM_swapImgData = swapArray; //used for restore
}
//-->

<!--
function MM_swapImgRestore() { //v1.2
  if (document.MM_swapImgData != null)
    for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)
      document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];
}
//-->

<!-- 
function _dSectionExpand(sec) {
   document.all["cSec"+sec].style.display = "none";
   document.all["xSec"+sec].style.display = "";
}
function _dSectionCollapse(sec) {
   document.all["xSec"+sec].style.display = "none";
   document.all["cSec"+sec].style.display = "";
}
//-->

<!-- 
function _dSectionExpandhdr(sec) {
   document.all["cSec"+sec].style.display = "none";
   document.all["dSec"+sec].style.display = "";
   document.all["xSec"+sec].style.display = "";
}
function _dSectionCollapsehdr(sec) {
   document.all["xSec"+sec].style.display = "none";
   document.all["dSec"+sec].style.display = "none";
   document.all["cSec"+sec].style.display = "";
}
// -->

<!--
function ReverseImages()
{
	var strImageID = "";
	
	for (var intIndex = 0; intIndex < document.images.length; intIndex++)
	{
		if (document.images[intIndex].id.length > 0)
		{

strImageID = document.images[intIndex].id.toString();
			
			if (document.getElementById(strImageID).className == "stock")
			{
				document.getElementById(strImageID).className = "mirror";
				document.getElementById("ReverseIt_" + strImageID).innerHTML = "Mirror Reversed View - Click Here for Normal View";
			}
			else if (document.getElementById(strImageID).className == "mirror")
			{
				document.getElementById(strImageID).className = "stock";
				document.getElementById("ReverseIt_" + strImageID).innerHTML = "Click Here to Mirror Reverse Image";
			}
		}
	}
}
// -->

<!-- Begin
function filterNum(str) {
re = /^\$|,|'|<|>/g;
// remove "$" and "," and "'"
return str.replace(re, "");
}
//  End -->

	function quicksqft(formName,field1,field2)
	{
		var min, max;
		
		min = eval('document.' + formName + '.elements[field1].selectedIndex');
		max = eval('document.' + formName + '.elements[field2].selectedIndex');
		
		if (max < min)
		{
			eval('document.' + formName + '.elements[field2].selectedIndex = min + 1');
		}
	}




