function openWF(url, width, height) {
    window.open(url,'',"scrollbars=no,resizable=yes,toolbar=no,location=no,status=no,menubar=no,width="+width+",height="+height+",top=10,left=10");
}
