/**
 * ポップアップウィンドウを開く
 */
function openPopupWindow(href, width, height)
{
	if (!href) return false;

	if (!width)  width  = 550;
	if (!height) height = 450;

	window.open(href, "external", "width=" + width + ",height=" + height + ",status=0,toolbar=0,scrollbars=1");
}


function open_1(){
	window.open("../equipment/p1.html", "_blank", "width=550,height=450,status=no,toolbar=no,scrollbars=no");
	}
function open_2(){
	window.open("../equipment/p2.html", "_blank", "width=550,height=450,status=no,toolbar=no,scrollbars=no");
	}
function open_3(){
	window.open("../equipment/p3.html", "_blank", "width=550,height=450,status=no,toolbar=no,scrollbars=no");
	}
function open_4(){
	window.open("../equipment/p4.html", "_blank", "width=550,height=450,status=no,toolbar=no,scrollbars=no");
	}
function open_5(){
	window.open("../equipment/p5.html", "_blank", "width=550,height=450,status=no,toolbar=no,scrollbars=no");
	}
function open_6(){
	window.open("../equipment/p6.html", "_blank", "width=550,height=450,status=no,toolbar=no,scrollbars=no");
	}
