var isMSIE = /*@cc_on!@*/false; 
document.open();
if (isMSIE) { 
  document.write("<iframe src=\"./mailplus/mailform.html\" marginheight=\"0\" marginwidth=\"0\" width=\"730\" height=\"570\" frameborder=\"0\" scrolling=\"no\" title=\"mail\">\"Loading...  メール送信フォーム\"</iframe>");
} else {
  document.write("<iframe src=\"./mailplus/mailform.html\" marginheight=\"0\" marginwidth=\"0\" width=\"730\" height=\"570\" frameborder=\"0\" scrolling=\"no\" title=\"mail\">\"Loading...  メール送信フォーム\"</iframe>");
}
document.close();
