
//080920

function diary () {
	var sub;
	wx = 750;
	wy = 500;
	sub = window.open ("../html/diary.html", "pj_diary", "toolbar=0,locationbar=0,directories=0,status=no,menubar=0,personalbar=0,scrollbars=1,resizable=0,width=750,height=500");
	sub.window.focus ();
	x = (screen.width - (screen.width / 66) - wx);
	y = (screen.height - (screen.height / 13) - wy);
	sub.window.moveTo (x,y);
}

var scrj = 1;
function softScrollBack () {
	if (navigator.appName == "Microsoft Internet Explorer" && document.compatMode == "CSS1Compat") {
		var scdist = document.body.parentNode.scrollTop;
	} else {
		var scdist = document.body.scrollTop;
	}
	if (scrj < 50 && scdist) {
		scdist = (scdist > 2) ? Math.ceil (scdist * .2) : 1;
		scrj++;
		scrollBy (0,-scdist);
		setTimeout ("softScrollBack()",20);
	} else {
		scrollTo (0,0);
		scrj = 1;
	}
}

function OpenPop (theURL, winName) {
	window.open (theURL,winName,'scrollbars=no,resizable=no');
}

function infoPop999 (theURL) {
	GB_showCenter ('',theURL,'530px','850px');
}

function infoPop (theURL) {
	myLightWindow.activateWindow ({href:theURL, title:'magazineworld.jp', width:'850px', height:'530px'});
}