function clearBox(box) {
	if(box.value == box.defaultValue) {
		box.value = "";
	}
}

function resetBox(box) {
	if (box.value == "") {
		box.value = box.defaultValue;
	}
}

if(swfobject.getFlashPlayerVersion().major) {
	swfobject.embedSWF("media/flash/index_intro.swf", "flash", "930", "395", "9.0.0", "media/flash/expressInstall.swf");
	} else {
	var alternateContent = 'Alternate HTML content should be placed here.' + 
						   'This content requires the Adobe Flash Player.' + 
						   '<a href="http://www.adobe.com/go/getflashplayer/">Get Flash</a>';
	document.write(alternateContent);
}
