
photographers=new Image();
photographers.src="/ui/photographers.gif"
yphotographers=new Image();
yphotographers.src="/ui/yphotographers.gif"
about=new Image();
about.src="/ui/about.gif"
yabout=new Image();
yabout.src="/ui/yabout.gif"
production=new Image();
production.src="/ui/production.gif"
yproduction=new Image();
yproduction.src="/ui/yproduction.gif"
casting=new Image();
casting.src="/ui/casting.gif"
ycasting=new Image();
ycasting.src="/ui/ycasting.gif"
contact=new Image();
contact.src="/ui/contact.gif"
ycontact=new Image();
ycontact.src="/ui/ycontact.gif"
news=new Image();
news.src="/ui/news.gif"
ynews=new Image();
ynews.src="/ui/ynews.gif"
eyespy=new Image();
eyespy.src="/ui/eyespy.gif"
yeyespy=new Image();
yeyespy.src="/ui/yeyespy.gif"
collection=new Image();
collection.src="/ui/collection.gif"
ycollection=new Image();
ycollection.src="/ui/ycollection.gif"
sarahlogo=new Image();
sarahlogo.src="/ui/sarahlogo.gif"
ysarahlogo=new Image();
ysarahlogo.src="/ui/sarahlogo.gif"

function filter(imagename,objectsrc)
{
    if (document.images)
        document.images[imagename].src=eval(objectsrc+".src")
}
