// JavaScript Document
function moviewindow(movie) 
{ 
	window.open(movie,'','width=350,height=350,resizable=no'); 
} 

