function newWin(w,x,y){
window.open(w,'Photo','width='+x+',height='+y+',scrollbars=no,resizable=no,toolbar=no,location=no,directories=no,status=yes');
}

function dspImg(){
var product = window.open('','product','height=540,width=360,location=0,menubar=0,resizable=0,scrollbars=1,status=0,directories=0');

xw = 320;
xh = 240;
var imgArr = new Array(
'http://photo.tarclub.com/tarshop/jpg/hfd_04.jpg',
'http://photo.tarclub.com/tarshop/jpg/hfd_08.jpg',
'http://photo.tarclub.com/tarshop/gif/hfd_02.gif',
'http://photo.tarclub.com/tarshop/jpg/rim_03.jpg',
'http://photo.tarclub.com/tarshop/jpg/rim_01.jpg',
'http://photo.tarclub.com/tarshop/jpg/rim_02.jpg',
'http://photo.tarclub.com/tarshop/gif/hfd_03.gif',
'http://photo.tarclub.com/tarshop/gif/rim_01.gif',
'http://photo.tarclub.com/tarshop/gif/case_02.gif'
);

var txtArr = new Array(
'※大きさは２０インチ・山羊皮です',
'※枠の幅は７ｃｍ',
'※チューニングの穴は１１箇所',
'※チューニングキーを挿す穴',
'※チューニングキー',
'※このように挿して回します',
'※エッジは丸みがあり持ちやすいです',
'※持ち手のきざみはスムーズな仕上げ',
'※ソフトケースはキーを入れるポケット付き'
);
product.document.open();
	for (i=0; i<9; i++){
	var msg = '<img src="'+ imgArr[i] +'" width='+ xw +' height='+ xh +' alt="'+ i +'"><br>'
	+ txtArr[i] +'<br>';
	product.document.write(msg);
	}
}
product.document.close();

function rym_tar1(){
var onfile;
onfile=window.open('','onFile','height=40,width=400,location=0,menubar=1,resizable=0,scrollbars=0,status=0,directories=0');
onfile.document.open();
onfile.document.write('<li><a href="./music/kaligi-sample.mp3">※Kaligi 試聴する</a></li>');
onfile.document.close();
}
function rym_tar2(){
var onfile;
onfile=window.open('','onFile','height=40,width=400,location=0,menubar=1,resizable=0,scrollbars=0,status=0,directories=0');
onfile.document.open();
onfile.document.write('<li><a href="./music/maqsum-sample.mp3">※Maqsum 試聴する</a></li>');
onfile.document.close();
}
function rym_tar3(){
var onfile;
onfile=window.open('','onFile','height=40,width=400,location=0,menubar=1,resizable=0,scrollbars=0,status=0,directories=0');
onfile.document.open();
onfile.document.write('<li><a href="./music/malfuf-sample.mp3">※Malfuf 試聴する</a></li>');
onfile.document.close();
}
function rym_tar4(){
var onfile;
onfile=window.open('','onFile','height=40,width=400,location=0,menubar=1,resizable=0,scrollbars=0,status=0,directories=0');
onfile.document.open();
onfile.document.write('<li><a href="./music/tar1111.mp3">※ 試聴する</a></li>');
onfile.document.close();
}
