function indexpopup(urllink) {
    window.open(urllink,"Window1","menubar=no,height=640,width=1000,toolbar=no,scrollbars=1");
}