function contReview(Act, ArgStr)
{
	var width;
	var height;
	if(Act == 'login'){
		width = 720;
		height = 460;
	} else {
		width = 500;
		height = 400;
	}
		window.open("/run/recont/review.php?cnt="+ArgStr,"reviewU","width="+width+",height="+height);
		window.name = "SazooBonPage";
}

function sampleUse(ArgStr)
{
	toppop("/run/sampleuse/sample_input_one.php?cnt="+ArgStr, '_blank', 500,455, 0, 1 );
	window.name = "SazooBonPage";
}

function sampleUse_two(ArgStr)
{
	window.open("/run/sampleuse/sample_input_two.php?cnt="+ArgStr,"sampleU","width=519,height=465");
	window.name = "SazooBonPage";
}

function sampleUse_woman(ArgStr)
{
	window.open("/run/sampleuse/sample_input_woman.php?cnt="+ArgStr,"sampleU","width=519,height=332");
	window.name = "SazooBonPage";
}

function sampleView(ArgStr)
{
	window.open(ArgStr,"sampleV","width=700,height=650,scrollbars=yes");
}

function sampleView_big(ArgStr)
{
	window.open(ArgStr,"sampleV","width=800,height=650,scrollbars=yes");
}


function sampleView_counsel(ArgStr)
{
	window.open(ArgStr,"sampleV","width=586,height=650,scrollbars=yes");
}

function mail_sample(ArgStr){
	window.open(ArgStr,"mail_sample","width=587,height=650,scrollbars=yes");
}