I = new Image();
I.src = "images/layout/party_off.jpg";
Ih = new Image();
Ih.src ="images/layout/party_on.jpg";
			
II = new Image();
II.src = "images/layout/location_off.jpg";
IIh = new Image();
IIh.src ="images/layout/location_on.jpg";
		
III = new Image();
III.src = "images/layout/facts_off.jpg";
IIIh = new Image();
IIIh.src ="images/layout/facts_on.jpg";
			
IV = new Image();
IV.src = "images/layout/organisation_off.jpg";
IVh = new Image();
IVh.src ="images/layout/organisation_on.jpg";

function switchnav(inum,iobj) {
	window.document.images[inum].src = iobj.src;
}   
			
function give_win(content,w,h){
	w = w+20;
	h = h+20;
	window.open(content, "sensationwin", "width=" + w + ",height=" + h + ",left=50,top=50,location=no,menubar=no,resiable=no,scrollbars=no,status=no,toolbar=no");
} 
			
function give_win_old(content,w,h){
	window.open('<html><head><title>sensation</title></head><body style="margin:0px"><img src="' + content + '"></body></html>', "sensationwin", "width=" + w + ",height=" + h + ",left=50,top=50,location=no,menubar=no,resiable=no,scrollbars=no,status=no,toolbar=no");
} 