/*
 Author: Roy Lindauer
 Project: Evco Interiors
 Date: December 2009
 Version: 1.0
*/

$(document).ready(function(){
	/* xhtml valid target=_blank alternative */
	$('.popup').click(function(){
		window.open($(this).attr('href'));
		return false;
	});
	
});
