function swp(urlVideo,widthV,heightV,controlsV,startV,controlsVembed,startVembed){
	document.writeln('<object id=\'mediaPlayer\' width="'+widthV+'" height="'+heightV+'" classid=\'clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6\' type=\'application/x-oleobject\' >');
	document.write('	<param name=\'URL\' value="'+urlVideo+'">');
	document.write('	<param name=\'uiMode\' value="'+controlsV+'">');
	document.write('	<param name=\'autoStart\' value="'+startV+'">');
	document.write('	<param name=\'EnableContextMenu\' value=\'false\'>');
	document.write('	<param name=\'stretchToFit\' value=\'false\'>');
	document.write('	<param name=\'ShowStatusBar\' value=\'true\'>');
	document.write('	<embed type=\'application/x-mplayer2\'	pluginspage=\'http://www.microsoft.com/Windows/MediaPlayer/\' name=\'mediaPlayer\' 	EnableContextMenu=\'0\' autostart="'+startVembed+'"	 ShowControls="'+controlsVembed+'"	stretchToFit=\'0\'	ShowStatusBar=\'1\'   width="'+widthV+'"	 height="'+heightV+'" 	src="'+urlVideo+'" > ');
	document.write('	</embed>');
	document.write('</object>');
}