function openWindow(s, w, h)
{
	window.open(s, '', 'width=' + w + ', height=' + h + ', toolbar=no, status=no, menubar=no, hotkeys=no, resizeable=no');
}
