function targetBlank (url) {
	blankWin = window.open(url,'_blank','menubar=yes,toolbar=yes,location=yes,directories=yes,fullscreen=no,titlebar=yes,hotkeys=yes,status=yes,scrollbars=yes,resizable=yes');
}

function fullscreen (url) {
	blankWin = window.open(url,'_blank','menubar=yes,toolbar=yes,location=yes,directories=yes,fullscreen=yes,titlebar=yes,hotkeys=yes,status=yes,scrollbars=yes,resizable=yes');
}

function ieVideo(url) {
	videoWin = window.open(url,'_blank','menubar=no,toolbar=no,location=no,stitlebar=no,hotkeys=no,status=no,scrollbars=no,resizable=no,height=375,width=500');
}

function updateimage(){
	document.getElementById('captcha').src='mailer/captcha.php?'+Math.random();
}

Image1= new Image(176,65)
Image1.src = "/images/40pxButtonGlass.png"
Image2 = new Image(176,65)
Image2.src = "/images/40pxButtonGlassActive.png"
Image3 = new Image(176,65)
Image3.src = "/images/40pxButtonGlassOverlay.png"

// perform JavaScript after the document is scriptable. 
$(function() { 
    // setup ul.tabs to work as tabs for each div directly under div.panes 
    $("ul.tabs").tabs("div.panes > div");
	
	// Lightbox Gallery
	$("a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
	
});
