
var _w = null;
function realVideo(url, height, width) {
_w = window.open("", "realVideoWindow", 'width=480,height=425,resizable,menubar,scrollbars,status');
_w.document.open();
_w.document.write('<html><head>');
_w.document.write('</head><body bgcolor="#FFFFFF">');
_w.document.write('<img src="../Images/blue_spacer.gif" width="440" height="18" border="0" alt="">');
_w.document.write('<table border="0" cellpadding="0" width="100%"><tr><td>');
_w.document.write('<img src="../Images/video_banner.jpg" width="185" height="44" border="0" alt="">');
_w.document.write('</td><td align="right"><a href="javascript:close();"><img src="../Images/close.gif" width="52" height="23" border="0" alt=""></a>'); 
_w.document.write('</td></tr></table><br>'); 
_w.document.write('<table border="0" cellpadding="0" align="center"><tr><td align="center">');
 _w.document.write('<OBJECT id="rvocx" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="'+width+'" height="'+height+'">');
_w.document.write('<param name="src" value='+url+'>');
_w.document.write('<param name="autostart" value="true">');
_w.document.write('<param name="controls" value="imagewindow">');
_w.document.write('<param name="console" value="video">');
_w.document.write('<param name="loop" value="true">');
_w.document.write('<EMBED src="'+url+'" width="'+width+'" height="'+height+'" loop="false" type="audio/x-pn-realaudio-plugin" controls="imagewindow" console="video" autostart="true">');
_w.document.write("</EMBED></OBJECT>");
_w.document.write('</td></tr><tr><td align="center">');	
_w.document.write('<OBJECT id="rvocx" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="'+width+'" height="30">');
_w.document.write('<param name="src" value='+url+'>');
_w.document.write('<param name="autostart" value="true">');
_w.document.write('<param name="controls" value="ControlPanel">');
_w.document.write('<param name="console" value="video">');
_w.document.write('<EMBED src="'+url+'" width="'+width+'" height="30" controls="ControlPanel" type="audio/x-pn-realaudio-plugin" console="video" autostart="true">');
_w.document.write(' </EMBED></OBJECT>');
_w.document.write('</td></tr><tr><td align="center"><br>');

_w.document.write('<p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&copy;2004&nbsp;<a href="mailto:info@olivetreecommunication.com">Olive Tree Communications</a>, All rights reserved</font></p>');

//_w.document.write('<a href='+url+' target="_blank">Launch in external player</a>');
_w.document.write('</td></tr></table>');


_w.document.write('</body></html>');
_w.focus();
_w.document.close();
		}

	   
	   
	   
	   
	   
	
	   
function winVideo(url, height, width) {
	   
_w = window.open("", "winVideoWindow", 'width=480,height=425,resizable,menubar,scrollbars,status');
_w.document.open();
_w.document.write('<html><head>');
_w.document.write('</head><body bgcolor="#FFFFFF">');

_w.document.write('<img src="../Images/blue_spacer.gif" width="440" height="18" border="0" alt="">');
_w.document.write('<table border="0" cellpadding="0" width="100%"><tr><td>');
_w.document.write('<img src="../Images/video_banner.jpg" width="185" height="44" border="0" alt="">');
_w.document.write('</td><td align="right"><a href="javascript:close();"><img src="../Images/close.gif" width="52" height="23" border="0" alt=""></a>'); 
_w.document.write('</td></tr></table><br>'); 


_w.document.write('<table border="0" cellpadding="0" align="center">');
_w.document.write('<tr><td align="center">');


_w.document.write('<OBJECT id="mediaPlayer" width="'+width+'" height="'+height+'" 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">');
_w.document.write('<param name="fileName" value="'+url+'">');
_w.document.write('<param name="animationatStart" value="true">');
_w.document.write('<param name="transparentatStart" value="true">');
_w.document.write('<param name="autoStart" value="true">');
_w.document.write('<param name="showControls" value="true">');
_w.document.write('<param name="loop" value="true">');
_w.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="'+width+'" height="'+height+'" src="'+url+'" autostart="true" designtimesp="5311" loop="true">');
_w.document.write('</EMBED></OBJECT>');
_w.document.write('</td></tr><tr><td align="center"><br>');
_w.document.write('<p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&copy;2004&nbsp;<a href="mailto:info@olivetreecommunication.com">Olive Tree Communications</a>, All rights reserved</font></p>');
_w.document.write('</td></tr></table>'); 
_w.focus();
_w.document.close();

}

	   
