//to open the reels, for the index page
function openReel(pageName) {
	window.open(pageName,"Reel","location=no,menubar=yes,resizable=yes,status=np,width=360,height=360,top=80,left=60");
}

