//popupsfunction openWindow(url){    win=window.open(url,"new","directories=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes");}function popHowls(){	window.location.href = "howlssynopsis.html"	//openWindow('http://disneyvideos.disney.go.com/moviefinder/calltoorder.html', 390, 300, 'calltoorder');}function popTotoro(){	window.location.href = "totorosynopsis.html"	//openWindow('http://disneyvideos.disney.go.com/moviefinder/calltoorder.html', 390, 300, 'calltoorder');}function popWhisper(){	window.location.href = "whispersynopsis.html"	//openWindow('http://disneyvideos.disney.go.com/moviefinder/calltoorder.html', 390, 300, 'calltoorder');}function popGhibliHome(){	openWindow('http://www.ntv.co.jp/ghibli/');}