
function winPuntataOpen(theID){
	
	 window.open('streamingdef.aspx?id=' + theID,'','scrollbars=yes,width=660,height=400');
	
	}
