function showSwf(url) 
{
	window.open( url, "winVideo", "status = 0, height = 370, width = 620, resizable = 0" )
}

