function suggestTrial(){
	with(document.getElementById('islFlashMovie')){
		style.display='none';
		nextSibling.style.display='';
	}
}

function islnavigate(value){
	if(value==='groopfreetrial'){
		window.location='/account/register';
	}
}
