$(document).ready(function(){$("a[type^='popup']").popup();});

function winopen_what(url) {
	pi = window.open(url,"shef","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=380");
	x = (screen.width - 400 ) / 2;
	y = (screen.height - 380 ) / 2;
	pi.moveTo(x,y);
}

function winopen_pro(url) {
	pi = window.open(url,"shef2","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=650,height=380");
	x = (screen.width - 650 ) / 2;
	y = (screen.height - 380 ) / 2;
	pi.moveTo(x,y);
}

function winopen_next(url) {
	pi = window.open(url,"shef3","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=380");
	x = (screen.width - 400 ) / 2;
	y = (screen.height - 380 ) / 2;
	pi.moveTo(x,y);
}

/*--------------------------------------------------------------------------------------------------*/

function noclick(){
	alert("Copyright 1996-2007 (C) Hokkaido Cultural Broadcasting co.,Ltd. All rights reserved.\r\nこのページに掲載されている写真はすべて著作権管理ソフトで保護されています。\r\n無断で転載、加工などを行うと、著作権に基づく処罰の対象になる場合もあります。");
}


