function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 

//generic popup function, 
// takes window location and dimensions from the call

function popUp(what,w,h) {
	popNew=window.open(what,'popNew','status=0,scrollbars=1,resizable=0,width='+w+',height='+h+',location=1,menubar=1,status=0');
	 if (!popNew.opener)
          popNew.opener = self;
}

function chk(){
if (document.door.doors.options.selectedIndex == "0"){
alert("Please Select the Name of a Door.");
document.door.doors.focus();
return false;
}
}

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2923579-1']);
_gaq.push(['_setDomainName', 'decore.com']);
_gaq.push(['_trackPageview']);

(function () {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();


