function OpenWindow(fPath,wName,wWidth,wHeight)
{window.open(fPath, wName, "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+wWidth+",height="+wHeight)}

