function showFlash(path,intro,op,cl) {
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="452" height="351" id="PTZCamera" align="middle">');
    document.write('<param name="allowScriptAccess" value="sameDomain" />');
    document.write('<param name="movie" value="PTZCamera.swf?path='+path+'&server=http://www.ipcamhost.net/');
    if (intro!=null) document.write('&intro_image='+intro);
    if (op!=null) document.write('&open_image='+op);
    if (cl!=null) document.write('&close_image='+cl);
	document.write('" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="bgcolor" value="#FFFFFF" />');
    document.write('<embed src="PTZCamera.swf?path='+path+'&server=http://www.ipcamhost.net/');
    if (intro!=null) document.write('&intro_image='+intro);
    if (op!=null) document.write('&open_image='+op);
    if (cl!=null) document.write('&close_image='+cl);
	document.write('" quality="high" bgcolor="#FFFFFF" width="452" height="351" name="PTZCamera" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
    document.write('</object>');
}
 
