function openP(v,root,id,sid) {
//	alert(sid);
	//alert(v);
	//alert(root);


	obj = document.getElementById('mmtop');
	if(obj.style.display == 'none') obj.style.display = 'block';
	obj.style.textAlign = 'center';
	
	
	obj.innerHTML =  '<div id="v-frame" style="margin-left:8px;text-align:center !important"><object type="application/x-shockwave-flash" \
	data="'+root+'/mambots/content/mgmediabot/flvplayer.swf?autoStart=1&file='+root+'/media/'+v+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" \
	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="300" wmode="transparent" />   \
   <param name="movie" value="'+root+'/mambots/content/mgmediabot/flvplayer.swf?autoStart=1&file='+root+'/media/'+v+'" /> \
   <param name="wmode" value="transparent" />    \
   <param name="align" value="center" />    \
   <param name="play" value="true" />	\
   <embed src="'+root+'/mambots/content/mgmediabot/flvplayer.swf?autoStart=1&file='+root+'/media/'+v+'" quality="high"  \
   pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="300"></embed>   \
</object> </div>'
;

	makeRequest('includes/ajaxproc/videos.php','id='+sid);

	
	
}



