/*ジャンプメニュー*/
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
/*ポップアップ*/
function newwindow(a,w,h,target){
	win = window.open(a,target,"toolbar=1,location=0,directories=0,status=0,menubar=1,scrollbars=yes,resizable=1,copyhistory=0,width="+w+",height="+h+"");
}
/*tarbet=_blank代替*/
function openphoto(url) {
	if (url) {
	opwin = window.open(url,'_blank','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=yes,resizable=1,copyhistory=1,width=800,height=600');
	opwin.focus();
	}
}
/*tarbet=_blank代替*/
function wopen(url) {
	if (url) {
	opwin = window.open(url);
	opwin.focus();
	}
}
