var webmasterWin = null;
function openWebmasterLink() {
	webmasterWin = window.open("../webmaster/webmaster.html","webmaster","width=400,height=145,scrollbars=yes,location=no,directories=no,status=no,toolbar=yes,resizable=yes");
}

var tuteWin = null;
function openTuteLink() {
	tuteWin = window.open("../webmaster/tutorial.html","tutorial","width=400,height=350,scrollbars=yes,location=no,directories=no,status=no,toolbar=yes,resizable=yes");
}