function  openWin1(url) {
	var win1=window.open(url,"subWindow1","scrollbars=yes,width=780,height=620");
	win1.window.focus();
}
function  openWin2() {
	var win1=window.open("https://www2.jiji.com/f/prdsvc/inqform.php?pid=Kijisaku","subWindow1","scrollbars=yes,width=600,height=600");
	win1.window.focus();
}

function rOver (object,changeimg) {
  object.src = changeimg;
} 
