//
// Copyright(C)2004 Mitsubishi FUSO Techno-Metal Corporation All Rights Reserved.
// Enlish Home Page Technology Page.
//
function castingvideo(flag) {

	if (flag == 1) {
		winF = window.open('cv1.html','','menubar=no,width=340, height=340');
	} else if (flag == 2) {
		winF = window.open('cv2.html','','menubar=no,width=340, height=340');
	}

}

function forgingvideo() {

  winF = window.open('fv.html','','menubar=no,width=340, height=340');

}

