$(document).ready(function(){
	
	// shingle gauge demo window
	$("a.demoPopup").click(function(){
		window.open(this.href,'demowindow','width=500, height=500, scrollbars=0, resizable=0, location=0');
		return false;
	});
	
});
