/* duckie.js v.1.02
 * written: Sasaki Atsushi <hm7@mac.com> ;
 * last modified: Thu, 31-Oct-2002 ;
 */

function duckie(f, r) {
	var theURI = 'http://homepage.mac.com/hm7/.Pictures/duckie/' + f ;
	if (r == 'p') {
		var s = 'width=510,height=670,resizable=yes' ;
	} else {
		var s = 'width=670,height=510,resizable=yes' ;
	}
	window.open (theURI, 'duckie', s) ;
	return false
}

/* EOF */
