
function register(){
		$.ajax({
		type: "POST",
		url: "newsletter_process.php",
		data: 	"email=" + document.getElementById("email").value,
		success: function(html){
			$("#response").html(html);
		}
		});				
} 	

function image(w,h,webaddress) 
{
var viewimageWin = window.open(webaddress,'New_Window','toolbar=no location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no,copyhistory=no,width='+w+',height='+h); viewimageWin.moveTo(screen.availWidth/2-(w/2),screen.availHeight/2-(h/2));
}


function goToDetails(thisEvent) {
document.jump_to_details.event.value=thisEvent
document.jump_to_details.submit()
}
