// JavaScript
// util.js Ver1.00
// Hiroaki Sakuma


function linkPopup() {
	window.open(linkPopup.arguments[0], '_blank')
}



