function popWindow(p, w, h)
{
	var str="toolbar=no, location=no, resizable=yes, scrollbars=yes, status=no, top=10, left=10, width="+w+", height="+h;
	window.open(p, 'popup', str);
}