/*
popupwindow
include jquery.popupwindow.js
*/
var profiles =
{
	window600:
	{
		height:500,
		width:600,
		toolbar:0,
		scrollbars:1,
		status:0,
		resizable:1,
		top:80,
		left:50
	},
	bshoku:
	{
		height:470,
		width:800,
		toolbar:0,
		scrollbars:1,
		status:0,
		resizable:1,
		top:80,
		left:50
	}
};

$(function()
{
	$(".popupwindow").popupwindow(profiles);
});
