﻿function popWindow(page) {
    var location = page; 
    window.open(location, "mywindow", "menubar=0,location=1,resizable=1,toolbar=0,width=600,height=600");
}