﻿function myPopup() {
window.open( "upload.php", "Upload File", 
"status = 1, height = 250, width = 300, resizable = 0" )
}
