function openW(path,width,height)
{
	width = width + 20;
	height= height + 30;
	window.open(path , '', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=' + width +', height=' + height);
}