// JavaScript Document

//サブウィンドウ設定 ////////////////////////////////////////////////////////////////////////////

//デジタル長さ計
function productDigital(f) {
	
	var w=window.open(f,'winName1','scrollbars=yes,resizable=yes,width=650,height=500');w.focus();
	
}

function productDigital2(f) {
	
	var w=window.open(f,'winName2','scrollbars=yes,resizable=yes,width=650,height=500');w.focus();
	
}

//測量ツール  

function productLevel(f) {
	
	var w=window.open(f,'winName3','scrollbars=yes,resizable=yes,width=650,height=500');w.focus();
	
}

function productLevel2(f) {
	
	var w=window.open(f,'winName4','scrollbars=yes,resizable=yes,width=650,height=500');w.focus();
	
}

//ワークマンプロ

function productWorkman(f) {
	
	var w=window.open(f,'winName5','scrollbars=yes,resizable=yes,width=450,height=400');w.focus();
	
}

function productWorkman2(f) {
	
	var w=window.open(f,'winName6','scrollbars=yes,resizable=yes,width=450,height=300');w.focus();
	
}

//レーザー機器・光学機器

function productLaser(f) {
	
	var w=window.open(f,'winName1','scrollbars=yes,resizable=yes,width=650,height=500');w.focus();
	
}

