// JavaScript Document
party_on=new Image();
party_on.src="/images/navigation/special-events-on.png";
party_off=new Image();
party_off.src="/images/navigation/special-events.png";

nightlife_on=new Image();
nightlife_on.src="/images/navigation/nightlife-on.png";
nightlife_off=new Image();
nightlife_off.src="/images/navigation/nightlife.png";

kids_on=new Image();
kids_on.src="/images/navigation/kids-on.png";
kids_off=new Image();
kids_off.src="/images/navigation/kids.png";

menu_on=new Image();
menu_on.src="/images/navigation/menu-on.png";
menu_off=new Image();
menu_off.src="/images/navigation/menu.png";

gallery_on=new Image();
gallery_on.src="/images/navigation/gallery-on.png";
gallery_off=new Image();
gallery_off.src="/images/navigation/gallery.png";

contact_on=new Image();
contact_on.src="/images/navigation/contact-us-on.png";
contact_off=new Image();
contact_off.src="/images/navigation/contact-us.png";

function img_roll(pic,source)
{
	document[pic].src=source.src;
}