// JavaScript Document

//アラート

function showMsg(){
	alert("只今コンテンツ準備中です。");
}


function ccform() {
	var ccform=window.open('../../contents/other/index_ccform.html', 'ccform', 'toolbar=yes, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=750,height=screen.height,');
ccform.window.focus();
}
