function popUpWin(url,name,w,h,status,scroll)
{
	openWin=window.open(url,name,"toolbar=no,width=" + w + ",height=" + h + ",left=100,top=100,status=" + status + ",menubar=no,location=no,scrollbars=" + scroll + ",resize=no");
}