﻿
function Popup(file, width, height) {
window.open( file, "popup", 
"status = 1, height = " + height + ", width = " + width + ", scrollbars = 1" )
}
