function openIt(the_url,a,b)
{
	var opts = 'height=' + a + ',width=' + b + ',scrollbars';
	window.open(the_url,'article_window',opts);
}
