$(document).ready(function() {
	$('a.openwin').openwin({
		option : {
			width : 1000,
			height : 650,
			scrollbars : "yes"
		},
		focus	: true
	});
});
