
/*videod artiklite sees*/

function kuvaWMV(code){
	document.write('<object style="margin:0px;padding:0px;" id=\'mediaPlayer\' width="480" height="400" classid=\'CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95\' codebase=\'http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701\' standby=\'Loading Microsoft Windows Media Player components...\' type=\'application/x-oleobject\'>');
	document.write('<param name=\'fileName\' value='+code+'>');
	document.write('<param name=\'animationatStart\' value=\'true\'>');
	document.write('<param name=\'autoStart\' value=\'0\'>');
	document.write('<param name=\'transparentatStart\' value=\'true\'>');
	document.write('<param name=\'loop\' value="false">');
	document.write('<param name=\'showControls\' value="true">');
	document.write('<embed type=\'application/x-mplayer2\' pluginspage=\'http://microsoft.com/windows/mediaplayer/en/download/\' id=\'mediaPlayer\' name=\'mediaPlayer\' displaysize=\'4\' autosize=\'-1\' bgcolor=\'darkblue\' showcontrols="true" showtracker=\'-1\' showdisplay=\'0\' showstatusbar=\'-1\' videoborder3d=\'-1\' width="480" height="400" src='+code+' autostart="0" designtimesp=\'5311\' loop="false"></embed>');
	document.write('</object>');
}
function kuvaYOUTUBE(code){
	document.write('<object classid=\'clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\' width="312" height="290">');
	document.write('<param name="movie" value="'+code+'" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="'+code+'" type="application/x-shockwave-flash" wmode="transparent" width="400" height="370"></embed>');
	document.write('</object>');
}
function kuvaGOOGLE(code){
	document.write('<object classid=\'clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\' width="312" height="290">');
	document.write('<param name="movie" value="'+code+'" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="'+code+'" type="application/x-shockwave-flash" wmode="transparent" width="312" height="290"></embed>');
	document.write('</object>');
}
