﻿// JScript File






//dropDown = function () {
//alert('hello');
//	var d = document.getElementById("menu").getElementsByTagName("LI");
//	for (var i=0; i<d.length; i++) {
//		d[i].onmouseover=function() {
//			this.className+=" dropDown";
//            alert('hello');
//		}
//		d[i].onmouseout=function() {
//			this.className=this.className.replace(new RegExp(" dropDown\\b"), "");
//		}
//	}
//}
//if (window.attachEvent) window.attachEvent("onload", dropDown);



getPropType(value) {

var market = value

if (market = 2)  
  
  {
  
  document.form1.market.value = 2;
  
  }

else if (market = 3)  
  {
   document.form1.market.value = 3;
  }

}
