$(document).ready(function() {
	$(".ajaxify").click(function () {
		var imageLink = $(this).attr("rel");
	  	$("#loader").load('gallery.php?id='+imageLink, function(){
			//$(this).fadeIn(500);
		});
		$(".ajaxify").removeClass('active');
		$(this).addClass('active');
	});
});

function processPopUp(page){
	var left = (screen.width/2) + 10;
	var height = 498;//screen.height - 100;
	var width = 396;//364
	var top =  (screen.height/2) - (height/2) - 120;
	 window.open(page,"process","menubar=1,resizable=1,scrollbars=1,width="+width+",height="+height+", left="+left+", top="+top+""); 
}

function scenarioPopUp(page){
	var left = (screen.width/2) + 10;
	var height = 400;//screen.height - 100;
	var width = 391;//361
	var top =  (screen.height/2) - (height/2) - 120;//50;
	 window.open(page,"scenario","menubar=1,resizable=1,scrollbars=1,width="+width+",height="+height+", left="+left+", top="+top+""); 
}

function criteriaPopUp(page){
	var left = (screen.width/2) + 10;
	var height = 355;//screen.height - 100;
	var width = 391;//361
	var top =  (screen.height/2) - (height/2) - 120;//50;
	 window.open(page,"criteria","menubar=1,resizable=1,scrollbars=1,width="+width+",height="+height+", left="+left+", top="+top+""); 
}

function contactPopUp(){
	var left = (screen.width/2) + 10;
	var height = 381;//screen.height - 100;
	var width = 391;//361
	var top =  (screen.height/2) - (height/2) - 120;//50;
	var page = "form.php";
	 window.open(page,"contact","menubar=1,resizable=1,scrollbars=1,width="+width+",height="+height+", left="+left+", top="+top+""); 
}

function fWriteEmailLink(){
	var email_link = "<a href='mailto:";
	email_link += "info";
	email_link += "@mott";
	email_link += "oform.com'>";
	email_link += "CONTACT MOTTOFORM";
	email_link += "</a>";
	document.write(email_link);
}

function fWriteEmailLink2(){
	var email_link = "<a href='mailto:";
	email_link += "info";
	email_link += "@mott";
	email_link += "oform.com'>";
	email_link += "inf";
	email_link += "o";
	email_link += "@";
	email_link += "mot";
	email_link += "tofo";
	email_link += "rm";
	email_link += ".co";
	email_link += "m";
	email_link += "</a>";
	document.write(email_link);
}