/*  JavaScript for http://www.avehideshi.com/ --  */ function Email () { var Email_Addr	= 'maido' + '\@' + 'avehideshi' + '.com'; var string	= '<a href="' + 'mail' + 'to:' + Email_Addr + '" lang="ja" class="j10">' + Email_Addr + '</a><br>'; document.open(); document.write(string); document.close();}function TOPPAGE () {	sweep.Set('CONTENTS',0,800,400,0);	move.Set('CONTENTS',220,125);	move.Set('ORANGE',-100,224);}function PROFILE () {	sweep.Set('CONTENTS',400,800,800,0);	move.Set('CONTENTS',-180,125);	move.Set('ORANGE',273,224);}function WORKS () {	sweep.Set('CONTENTS',800,800,1200,0);	move.Set('CONTENTS',-580,125);	move.Set('ORANGE',369,224);}function CONTACT () {	sweep.Set('CONTENTS',1200,800,1600,0);	move.Set('CONTENTS',-980,125);	move.Set('ORANGE',465,224);}function popup(theURL,w,h) {  window.open(theURL,'','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+w+',height='+h);}
