var sEmail = "contact";
var sAt = "@";
var sDomain = "bpmspinfactor.com";
var sAllEmail = sEmail + sAt + sDomain;

function Loading() {
	//document.getElementById("submit-button").disabled=true;
}

function commentClick() {
	document.getElementById("comment-name").value="your name";
	document.getElementById("comment-loc").value="city & country";
	document.getElementById("comment-body").value="comment";

	document.getElementById("submit-button").disabled=false;

	document.getElementById("comment-name").style.display="inline";
	document.getElementById("comment-loc").style.display="inline";
	document.getElementById("comment-body").style.display="inline";	
}

function learnMoreClick() {
	document.getElementById("more").style.display="inline";
	document.getElementById("learn-more").style.display="none";
}

function reqSong() {
	window.open('http://www.bpmspinfactor.com/beta/request.php', '', 'left=10,top=10,width=350,height=325,scrollbars=no,status=no');
}
