//var path = "http://www.wellcome.ac.uk/en/imagine/";
path = "";
function winPop(sUrl){
	sUrl = path + sUrl;
	window.open(sUrl, '_blank', 'height=418,width=500,status=no,toolbar=no,menubar=no,location=no,resizable=no');
}

function winPopGallery(sUrl, iHeight){
	sUrl = path + sUrl;
	window.open(sUrl, '_blank', 'height=' + iHeight + ',width=600,status=no,toolbar=no,menubar=no,location=no,resizable=no');
}

//Image scroller functions


//Load array of images

//
