function moviePopup (thePage){
    x=window.open(thePage,'Movie','width=660,height=350,top=150,left=150')
	x.focus()
}
