//used in menu search field
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
		thefield.value = ""
} 
//end custom and cf related
function loadFlashButtonWandH(x,y,z,a,b){
			//alert('x:' + x + ',y :' + y + ',z  :' + z);
			var flashvars = {};
			var params = {};
			var attributes = {};
			flashvars.theURL = z;
			attributes.id = "flashButton" + y;
			swfobject.embedSWF(x, "flashButton"+y, a, b, "8.0.0", "swf/expressInstall.swf", flashvars, params, attributes);
}
function loadFlashButton(x,y,z){
			//alert('x:' + x + ',y :' + y + ',z  :' + z);
			var flashvars = {};
			var params = {};
			var attributes = {};
			flashvars.theURL = z;
			attributes.id = "flashButton" + y;
			swfobject.embedSWF(x, "flashButton"+y, "156", "132", "8.0.0", "swf/expressInstall.swf", flashvars, params, attributes);
}

