

function swImg(iName,str)
{
	document.images[iName].src = str;
}

/* 詳細製品ページ　ポップアップ */
function disp(url){ 

window.open(url, "win01", "width=350,height=600,scrollbars=yes"); 
}


/* 詳細製品ページ　ポップアップ設定　真空成形各ページ */


function disp01_1(url){ 

window.open(url, "win01_1", "width=350,height=620,scrollbars=yes"); 
}

function disp01_2(url){ 

window.open(url, "win01_2", "width=350,height=365,scrollbars=yes"); 
}

function disp01_3(url){ 

window.open(url, "win01_3", "width=350,height=520,scrollbars=yes"); 
}

function disp01_4(url){ 

window.open(url, "win01_4", "width=350,height=620,scrollbars=yes"); 
}

function disp01_5(url){ 

window.open(url, "win01_5", "width=350,height=620,scrollbars=yes"); 
}

function disp01_6(url){ 

window.open(url, "win01_6", "width=350,height=340,scrollbars=yes"); 
}
function disp01_7(url){ 

window.open(url, "win01_7", "width=350,height=310,scrollbars=yes"); 
}
function disp01_8(url){ 

window.open(url, "win01_8", "width=350,height=420,scrollbars=yes"); 
}
function disp01_9(url){ 

window.open(url, "win01_9", "width=350,height=620,scrollbars=yes"); 
}


/* 地図ページ　ポップアップ設定 */
function map01(url){ 

window.open(url, "win02", "width=570,height=550,scrollbars=yes"); 
}

function map02(url){ 

window.open(url, "win02", "width=570,height=550,scrollbars=yes"); 
}

function map03(url){ 

window.open(url, "win02", "width=570,height=550,scrollbars=yes"); 
}

function map04(url){ 

window.open(url, "win02", "width=570,height=550,scrollbars=yes"); 
}

