function openwindow(url, width, height)
{
//	570x620 lineups
//	550x200 live updates
	window.open(url,"mywindow","resizable=1,directories=0,menubar=0,location=0,status=0,titlebar=0,toolbar=0,width="+width+",height="+height);
}

