
function showmovie(movie, width, height)
{	
	widtht= width + 30 ;
	heightt = height + 100;
	url = "http://sex.belplezier.nl/showmovie.php?movie="+ movie;
	window.open(url,"new_window","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=450, height=500 ")
}


