function openwin(page)
{
		var newWindow = window.open(page,'openwin','scrollbars=yes,resizable=yes,width=400,height=200');
		newWindow.focus();
}
