function pop (loc, name, w, h)
{

	var win = window.open(loc, name, 'width='+w+',height='+h+',status=no,resizable=no,top=200,left=200,dependent=yes,alwaysRaised=yes');
	win.focus();
}