// ̎qݐ
function comp(num){
	window.open(num,"comp","scrollbars=yes,width=1000,height=750");
}
function compx(num,val1,val2){
	val = "scrollbars=yes,width="+val1+",height="+val2;
	window.open(num,"_blank",val);
}
