function clearText(thefield){if (thefield.value == 'Search mgmhd.com'){	thefield.value = "";}}
function replaceText(thefield){if (thefield.value == ""){thefield.value = 'Search mgmhd.com';}}
window.addEvent('domready', function() {	
	var intshown1 = new Fx.Style('nwsltrcontent', 'margin-top', {
		duration: 3000,
	transition: Fx.Transitions.cubicOut
	});
	intshown1.start(-73);
	var shownl = new Fx.Slide('nwsltrcontent', {duration: 200}, {fps: 100}, {unit: '%'});	
	$('nwslettertoggle').addEvent('click', function(e){
		e = new Event(e);
		shownl.toggle();
		e.stop();
	});	
});