
var profiles =
{
windowtest: {height:600, width:800, status:1, resizable:1, scrollbars:1, center:1},
windowCenter: {	height:300,	width:400, center:1},
windowBio: { height: 600, width:440, status:1, resizable:1, scrollbars:1, center:1},
windowCert: { height: 700, width:780, status:1, resizable:1, scrollbars:1, center:1},
windowPDFViewer: { height:600, width:800, status:1, resizable:1, scrollbars:1, center:1},
windowCredits: { height:600, width:800, status:1, resizable:1, scrollbars:1, center:1}
};

$(function(){	
   
$('A[rel="external"]').click( function() {
        window.open( $(this).attr('href') );
        return false;
    });

});

	   
		   
		   
		   
		   
		   
		   





