function playMovie(file,pic,widtha,heighta) {
		if (!widtha) var widtha = '600';
	    if (!heighta) var heighta = '338';
			var FO = { 	movie:"http://www.gtapro.com/player/flvplayer.swf", 
						width: widtha + "px", 
						height: heighta + "px", 
						majorversion:"7", 
						build:"0",
						menu:"false", 
						bgcolor:"#000000",
						allowfullscreen:"true",
					    flashvars:"file="+file+"&image="+pic+"&showdigits=true&autostart=false&showfsbutton=true&logo="};
			UFO.create(FO, 'player');
		}