// JavaScript Document
$(function(){
	$('.pngfix').pngfix();
	$('#home #home_headline h2').pngfix();
});

function termsWin(){
	var win = window.open("http://www.hokepon.com/info/terms_pop.html?id=ir126","termsWin",",width=500,height=600,toolbar=no,scrollbars=yes,resizable=yes");
	win.focus();
}