/* ------------------------------------
*
*Since: 2007-07-03
*Editor: D_sasaki BBmedia Inc.
*
-------------------------------------*/


function openForm(url) {
	var wn = 'form';
	var ww = 546;
	var hh = 524;
	var tt = (screen.height-hh)/2;
	var ll = (screen.width-ww)/2;
	var fea = "top="+tt+",left="+ll+",width="+ww+",height="+hh+",scrollbars=0,resizable=1,toolbar=0,menubar=0,location=0";
	window.open(url,wn,fea);
}
function openFormRating(url) {
	var wn = 'form';
	var ww = 600;
	var hh = 640;
	var tt = (screen.height-hh)/2;
	var ll = (screen.width-ww)/2;
	var fea = "top="+tt+",left="+ll+",width="+ww+",height="+hh+",scrollbars=1,resizable=1,toolbar=0,menubar=0,location=0";
	window.open(url,wn,fea);
}

