function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		Fujiya08_06_over = newImage("images/Fujiya08_06-over.jpg");
		Fujiya08_10_over = newImage("images/Fujiya08_10-over.jpg");
		Fujiya08_14_over = newImage("images/Fujiya08_14-over.jpg");
		Fujiya08_18_over = newImage("images/Fujiya08_18-over.jpg");
		Fujiya08_22_over = newImage("images/Fujiya08_22-over.jpg");
		Fujiya08_25_over = newImage("images/Fujiya08_25-over.jpg");
		preloadFlag = true;
	}
}


function dirShow(e) {
	document.getElementById(e).style.visibility='visible';
}
function dirHide(e) {
  
	document.getElementById(e).style.visibility='hidden';
}

function dirWrite(r) {
	if(r != 'all' && r != 'coupon1' && r!='coupon2') {
		dir = document.getElementById(r).innerHTML;
	}
	if(r == 'all') {
		dir = document.getElementById('490').innerHTML;
		dir2 = document.getElementById('390').innerHTML;
		dir3 = document.getElementById('104').innerHTML;
		dir4 = document.getElementById('590').innerHTML;
	}
	
	
		if(r != 'coupon1'&& r!='coupon2') {
			win = window.open('','','width=450,height=680')
	win.document.write('<html><title>Printer Friendly Directions</title>');
	
	win.document.write('<body><table width=400><tr><td align=center><img src="images/fujiya.gif"></td></tr>');}
	if(r != 'coupon1'&& r!='coupon2') {
	
	win.document.write('<tr><td>'+dir+'</td></tr>');}
	
    if (r =='coupon1') {
		win = window.open('','','width=450,height=450')
		win.document.write('<html><title>Printer Friendly Directions</title><body><table width=400>');
		win.document.write('<tr><td align=center><img src="images/$5offcoupon.jpg" style="border: dashed; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px;"></td></tr>');	
		}
		    if (r =='coupon2') {
		win = window.open('','','width=450,height=450')
		win.document.write('<html><title>Printer Friendly Directions</title><body><table width=400>');
		win.document.write('<tr><td align=center><img src="images/$10offcoupon.jpg" style="border: dashed; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px;"></td></tr>');	
		}
	if(r == 'all') {
		win.document.write('<tr><td>'+dir2+'</td></tr>');
		win.document.write('<tr><td>'+dir3+'</td></tr>');
		win.document.write('<tr><td>'+dir4+'</td></tr>');
	}
	win.document.write('<tr><td align=center><br>2215 Empire Blvd<br>Webster, NY, 14580<br>585-671-8030</td></tr></table></body></html>');
	if(r != 'coupon1' && r!='coupon2') {
	win.document.write('<tr><td align=center><a href=javascript:window.print()>Print Directions</a></td></tr></table></body></html>');}
	else {
			win.document.write('<tr><td align=center><a href=javascript:window.print()>Print Coupon</a></td></tr></table></body></html>');}
	win.document.close()

}
