// JavaScript Document
$(function(){
	$('.pngfix').pngfix();
	$('#home #home_headline h2').pngfix();
	
	if(navigator.userAgent.indexOf("Windows NT 6") != -1 ){
		$('#sitemap #map li a').css('background-position','0 2px');
	}
	
});


function termsWin(){
	var win = window.open("http://www.hokepon.com/info/terms_pop.html?id=ir141","termsWin",",width=500,height=600,toolbar=no,scrollbars=yes,resizable=yes");
	win.focus();
}
