
	ihy_img=new Array();
	ihy_img[0]='img/22_01.jpg';
	ihy_img[1]='img/22_02.jpg';
	ihy_img[2]='img/22_03.jpg';
	ihy_img[3]='img/22_04.jpg';
	ihy_img[4]='img/22_05.jpg';
 ihy_img[5]='img/22_05.jpg';

	function ihy(){
		a=Math.floor(Math.random()*ihy_img.length);
		document.images["ihy_img"].src=ihy_img[a];
		}

function popup(url) {	
	var winParams = "width=550,height=550,left=0,top=0,toolbar=0,resizable=1,scrollbars=auto,location=0,status=0"
	popwin = window.open(url,"shop",winParams);
}

function popup_order(url) {	
	var winParams = "width=600,height=550,left=0,top=0,toolbar=0,resizable=1,scrollbars=yes,location=0,status=0"
	popwin = window.open(url,"order",winParams);
}
