// JavaScript Document

function openInput(elementNumber){
	
	document.getElementById("hidden-"+elementNumber).style.display = 'block';
	
}

function oneTimeOffer(){
		document.form1.from = "option";
		document.form1.submit();	
}


function redirect(){
	window.location = 'http://integratedmlmstrategy.com/one-time-offer.php';

}
