<!--
/*
====
MUST ADD BASE TAG IN HEADER FOR ONLINE USE OF THIS SCRIPT
<base href='http:\/\/www.worldviewdesign.com\/name\/'>
====
*/

/*
====
Copyright (c) 2003, World View Design. All rights reserved.
Protected by copyright and license restricting use. This software
is licensed, not sold, for use only under expressed written consent
from World View Design. This software is protected by United States
copyright laws and international treaties. Unauthorized reproductions or
distributions are subject to civil and criminal penalties and are strictly prohibited.
====
*/
function anv(v,u,a,l)
{
var ventana = v;

// If the height is greater than AOL 800x600 space
if(l >= 415)
	{
	wl = 415;	//Max AOL Height
	}
else
	{
	wl = l;
	}

if(document.all)	// for IE & AOL always has right scroll bar
	{
	if(a >= 729)
		{
		wa = 729;
		}
	else
		{
		wa = a + 17;
		}
	}
else			// set for Netscape doesnt have to have scroll bars
	{
	if(a >= 729)
		{
		wa = 729;
		}
	else
		{
		wa = a;
		}
	}

var win='menubar=0,toolbar=0,location=0,directories=0,scrollbars=1,resizable=1,width='+wa+',height='+wl+',top=0,left=0';
ventana = window.open('',ventana,win);
ventana.document.write("<html><head><title>Optimal Image<\/title><meta http-equiv='Content-Script-Type' content='text/javascript'><script language='JavaScript1.2' src='iltlillj/ililiili.js'><\/script><\/head><body topmargin='0' leftmargin='0' marginwidth='0' marginheight='0'><img src='graphics/"+u+".jpg' width='"+a+"' height='"+l+"'><\/body><\/html>");
ventana.document.close();
ventana.focus();
}
//-->