	var windowVariable = null;

	function launchWindow(source,name,high)
	{
		windowVariable = window.open(source,name,'width=300,height='+high)
	}
