function showVideo(url) 
{
	window.open( url, "winVideo", "status = 0, height = 490, width = 440, resizable = 0" )
}
