/********************************************
 *** Villa Louise website and booking system ***
 ** Written by Ian Collier, Autumn/Winter 2008 **
 ******** This work copyright Ian Collier ********
 *** Please do not copy or modified this work ***
 ** without seeking the express permission of **
 ** the author beforehand.  Thank you *********
 ********************************************/
function playvideo() {
	// shows the embeded streamed dubai video by linking to the appropriate asx file
	document.getElementById("showvideo").innerHTML='<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" ShowStatusBar="false" ShowControls="true" EnableContextMenu="true" autostart="true" width="320" height="280" loop="true" title="Dubai" src="http://villaspalmisland.com/villalouisepalmisland.com/commonfiles/videos/dubai_small.wmv" />';
}
