function enlargeVideoFrame(frameId) {
	$(frameId).setStyle({'width' : '1014px', 'height' : '754px'});
}