// JavaScript Document
function img_change(obj0,gfnam0){
	obj0.src = gfnam0;
}

function openSpecialchara(){
	window.open('http://fs.joycity.jp/gameguide/database/specialcharacter/index.asp', 'spesialcharacter', 'width=800,height=615,scrollbars=no');
}

function openLesson(){
	window.open('http://fs.joycity.jp/gameguide/lesson/index.asp', 'gameguide', 'width=865,height=650,scrollbars=no');
}

function Skill(url){
	window.open(url,'skill','toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width=350,height=350');
}

function openSPCmantis(){
	window.open('http://fs.joycity.jp/gameguide/database/specialcharacter/mantis.asp', 'specialcharacter', 'width=800,height=615,scrollbars=no');
}

function openSPCspider(){
	window.open('http://fs.joycity.jp/gameguide/database/specialcharacter/spider.asp', 'specialcharacter', 'width=800,height=615,scrollbars=no');
}

function openSPChoneybee(){
	window.open('http://fs.joycity.jp/gameguide/database/specialcharacter/honeybee.asp', 'specialcharacter', 'width=800,height=615,scrollbars=no');
}