////////////////////////Form Field///////////////function clearText(thefield){if (thefield.defaultValue==thefield.value)thefield.value = ""} ////////////////////////Email////////////////////function send(){var _u = "taradillard";var _d = "agardenview";var _s = ".biz";var _l = _u + "@" + _d + _s;document.write("<a href='mailto:"+_l+"'>"+_l+"</a>");}function scott(){var _u = "scott";var _d = "joepixel";var _s = ".com";var _l = _u + "@" + _d + _s;document.write("<a href='mailto:"+_l+"'>"+_l+"</a>");}////////////////////////Pop Win////////////////////function OpenBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0	  if(window.screen)if(isCenter)if(isCenter=="true"){		var myLeft = (screen.width-myWidth)/2;		var myTop = (screen.height-myHeight)/2;		features+=(features!='')?',':'';		features+=',left='+myLeft+',top='+myTop;	  }	window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth +',height='+myHeight);}///////////////////Text Edit Script///////////////function text(type){	var strText = document.f1.bdy.value;	strText += '[';	strText += type;	strText += ']';	strText += '[/';	strText += type;	strText += ']';	document.f1.bdy.value = strText;	document.f1.bdy.focus();}function nums(type){	var strText = document.f1.bdy.value;	strText += '[';	strText += type;	strText += ']';	strText += '[/';	strText += type;	strText += ']';	document.f1.bdy.value = strText;	document.f1.bdy.focus();}function bulls(type){	var strText = document.f1.bdy.value;	strText += '[';	strText += type;	strText += ']';	strText += '[/';	strText += type;	strText += ']';	document.f1.bdy.value = strText;	document.f1.bdy.focus();}