<!--
var newwin;
var newwin2;

function click(form){
	newwin=window.open("cap.php?form="+ form,"cap","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,Width=540px,Height=300px");
	setTimeout('newwin.focus();');
}

function click2(form){
	newwin=window.open("cap_jacket.php?form="+ form,"cap","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,Width=340px,Height=400px");
	setTimeout('newwin.focus();');
}
function click3(form){
	newwin=window.open("sample_mov.php?form="+ form,"cap","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,Width=360px,Height=340px");
	setTimeout('newwin.focus();');
}
// -->