
//*************************************************************************/
/**
 * [名   称]　ウィンドウオープン
 * [機   能]　横幅600px、縦幅550pxのウインドウを開く
 * [備   考]　index.asp上フォーラムバナークリック時
 * @return   ture：OK false：NG
*/
//*************************************************************************/

function openwin(url) {
 w = window.open(url, 'win','width=600,height=550,status=yes,scrollbars=yes,directories=no,menubar=no,resizable=no,toolbar=yes');
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}


//*************************************************************************/
/**
 * [名   称]　ウィンドウオープン
 * [機   能]　横幅500px、縦幅550pxのウインドウを開く
 * [備   考]　index.asp上混合診療反対バナークリック時
 * @return   ture：OK false：NG
*/
//*************************************************************************/

function openwin2(url) {
 w = window.open(url, 'win','width=500,height=550,status=no,scrollbars=yes,directories=no,menubar=no,resizable=no,toolbar=no');
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

//*************************************************************************/
/**
 * [名   称]　ウィンドウオープン
 * [機   能]　横幅500px、縦幅270pxのウインドウを開く
 * [備   考]　index.asp下「ご意見・お問い合わせはこちら」のポップアップ画面
 * @return   ture：OK false：NG
*/
//*************************************************************************/

function openwin3(url) {
 w = window.open(url, 'win','width=500,height=270,status=no,scrollbars=yes,directories=no,menubar=no,resizable=no,toolbar=no');
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

//*************************************************************************/
/**
 * [名   称]　ウィンドウオープン
 * [機   能]　横幅600px、縦幅500pxのウインドウを開く
 * [備   考]　index.asp「乳がん・子宮がんについて」バナー
 * @return   ture：OK false：NG
*/
//*************************************************************************/

function openwin4(url) {
 w = window.open(url, 'win','width=600,height=600,status=no,scrollbars=yes,directories=no,menubar=yes,resizable=no,toolbar=no');
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}


//*************************************************************************/
/**
 * [名   称]　ウィンドウオープン
 * [機   能]　横幅550px、縦幅550pxのウインドウを開く
 * [備   考]　医師会の概要　地図クリック時拡大画面
 * @return   ture：OK false：NG
*/
//*************************************************************************/

function openwin5(url) {
 w = window.open(url, 'win','width=520,height=320,status=no,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no');
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

