function PromoteShow( visible ) {
	if( document.getElementById )
	document.getElementById("popup").style.visibility = visible;
}
function PromoteSubmit() {
	document.frmPromote.submit();
	PromoteShow('hidden');
}