function openPopupNoResize(url, windowname, width, height) {
window.open( url, windowname, "status = 1, width = " + width + ", height = " + height + " , scrollbars=yes, resizable=no" )
}

