// JavaScript Document
function launchFMA(){
	var w = 980;
	var h = 600;
	var windowFeatures = 'width='+w+',height='+h+',top=0,left=0,screenX=0,screenY=0,menubar=no,toolbar=no';
	window.open('http://www.iwtvcds.co.uk/fm/fm/index.php', 'win', windowFeatures); 
	}