
/*--------------------------------------
	jQuery Config
--------------------------------------*/


$(document).ready(function() {
	new TabContents("#tabNav1 a");
	$(".Pngfix").pngfix();
});


