// JavaScript Document

//共通読み込みスクリプト

// Form Open
function formopen(){
	window.open("http://dental-dressing.com/info/mail/mail.php","WindowOpen","width=450, height=600,toolbar=no,status=no,menuber=no,scrollbars=yes,resizable=yes")
}

// Window Close
function closewin(){
	window.close();
}


//プレスリリース掲載プレビュー

// Edit_img Form Open
function primg081021(){
	window.open("http://dental-dressing.com/info/pr/pr081021.php","WindowOpen","width=750, height=250,toolbar=no,status=no,menuber=no,scrollbars=yes,resizable=yes")
}


//モバイルURL送信ページ

// Form Open
function tomobile(){
	window.open("http://dental-dressing.com/contents/tomobile/index.php","WindowOpen","width=600, height=200,toolbar=no,status=no,menuber=no,scrollbars=yes,resizable=yes")
}


//操作ヘルプ

// Form Open
function helpclinic(){
	window.open("http://dental-dressing.com/help/clinic.php?id=r_making","WindowOpen","width=510, height=600,toolbar=no,status=no,menuber=no,scrollbars=yes,resizable=yes");
}