
function ReceiveAclips(pwidth,pheight,pid){

var plugin = 0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
if (navigator.plugins && navigator.plugins["Shockwave Flash"])
plugin = 1;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0))
{document.write('<\SCRIPT LANGUAGE=VBScript\>\n');
document.write('on error resume next\n');
document.write('pluginvb = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3")))\n');
document.write('if ( pluginvb <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n');
document.write('if ( pluginvb <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
document.write('</\SCRIPT\>\n');
}
if ( plugin || pluginvb) {
document.write('<table border=0 cellspacing=0 cellpadding=0><tr><td>');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=3,0,0,0" ');
document.write('ID=movie WIDTH="' + pwidth + '" HEIGHT="' + pheight + '" >');
document.write('<PARAM NAME=movie VALUE="http://aclips.com/player.swf?id=' + pid + '&ref='+ document.location + '"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><PARAM NAME=menu VALUE=false>');
document.write('<PARAM NAME=wmode VALUE="transparent">');

document.write('<EMBED  name=movie src="http://aclips.com/player.swf?id=' + pid + '&ref='+ document.location + '" quality=high bgcolor=#FFFFFF menu=false');
document.write(' swLiveConnect=FALSE WIDTH="' + pwidth + '" HEIGHT="' + pheight + '"');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
document.write('</EMBED>');
document.write('</OBJECT>');
document.write('</td></tr></table>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
document.write('<IMG SRC="http://www.cyberserve.co.il/Player.jpg" WIDTH=' + pwidth + ' HEIGHT=' + pheight + ' BORDER=0>');
}
}
function publication()
{
var param_message='www.aclips.com - Add flash animation to your website - click here !';
var marq_str = '<TABLE WIDTH=100% BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD bgcolor=#000000 valign=top>';
marq_str = marq_str + '<a style=\"TEXT-DECORATION: none\" href=http://aclips.com target=_blank><marquee border=0 align=top direction=left scrolldelay=100 scrollamount=2 width=100% style="cursor:hand">';
marq_str = marq_str + '<font size=2 color=#ffffff>' + param_message + '</font>';
marq_str = marq_str + '</marquee></a></TD></TR></TABLE>';
ospan.innerHTML = marq_str;
}

