	imagename='';
	function enLarge(imgnme) {
		lrgewin=window.open("about:blank","","height=200,width=200,left=350,top=100")
		imagename=imgnme;
		setTimeout('update()',500)
	}
	function win(fileName)
		{
		myFloater=window.open('','myWindow','scrollbars=auto,status=no,width=400,height=300')
		myFloater.location.href=fileName;
		}
	function update() {
	doc=lrgewin.document;
	doc.open('text/html');
	doc.write('<HTML><HEAD>');
	doc.write('<link href="js/ecStyles.css" rel="stylesheet" type="text/css">');
	doc.write('<TITLE>East Cut Saltwater Flies<\/TITLE><\/HEAD><BODY bgcolor="#43667E" onLoad="if  (self.resizeTo)self.resizeTo((document.images[0].width+10),(document.images[0].height+80))" topmargin="4" leftmargin="0" rightmargin="0" bottommargin="0"><table width=""' + document.images[0].width + '" border="0" cellspacing="0" cellpadding="0"><tr><td align="center">');
	doc.write('<IMG SRC="' + imagename + '"><\/td><\/tr><tr><td align="center"><a href="javascript:window.close();" class="menuBottom">Close Window</a><\/td><\/tr><\/table>');
	doc.write('<\/BODY><\/HTML>');
	doc.close();
	}

    function openimage(imageurl) {
		var myurl='http://www.eastcut.com/images/flies/'+imageurl;
		var o = 'width=440,height=360,left=350,top=100,resizable=yes,status=0,menubar=0,scrollbars=1,toolbar=0,location=0,directories=0';
		window.open(myurl, '', o);
	}
