/*JavaScript: com.js (http://www.snuffmag.jp/)last updated on 2006.07.13(c) 2006 INUI YOSUKE Design Office (http://www.inuiyosuke.jp/)*/load.Set('NEXT.move();');window.onscroll = function () {  clearTimeout(NEXT.timer); NEXT.timer = setTimeout('NEXT.move();',64); }var NEXT = { timer:undefined, obj:new Object(), move:function () { if (!scroll.flag) { ENV.Set(); move.Set('NEXT', (ENV.Y + 290), 780, 5, 256); }}, over:function () { if (!NEXT.obj.flag) { NEXT.obj = new OBJ('NEXT'); } NEXT.obj.setZ(3); }, out:function () { if (!NEXT.obj.flag) { NEXT.obj = new OBJ('NEXT'); } NEXT.obj.setZ(1); }}document.onkeydown = function () {	if (macFF || winFF) { event = arguments[0]; }	if (event.altKey || event.ctrlKey || event.shiftKey) { return true; }	if	(event.keyCode == 39) {  NEXT.obj = new OBJ('NEXT'); location.href = NEXT.obj.path.childNodes[0].href; }	else if	(event.keyCode == 37) { history.go(-1); }}if (winIE && parseInt(UAver) == 6) { load.Set('PNG();'); }function PNG() {var tmpA = (document.getElementById) ? document.getElementsByTagName('img') : document.images;for (i = 0; i < tmpA.length; i ++) {	if (!tmpA[i].runtimeStyle) continue;	if (!tmpA[i].src.match(/(.*)[^-]\.(png)/i)) continue;	tmpA[i].runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' + tmpA[i].src + '", sizingmethod="image");';	tmpA[i].src = '/com/img/transparent.png';}}function Email () { var Email_Addr	= 'info' + '\@' + 'snuff' + 'mag' + '.jp'; var string	= '<a href="' + 'mail' + 'to:' + Email_Addr + '" lang="en" class="black e10">' + Email_Addr + '</a>'; document.open(); document.write(string); document.close();}