function play( url ){
	window.open(url,"videoShow","width=840,height=1000px,left=300px,top=1px,resizable=0,scrollbars=1");
}

