// JavaScript Document

function openopenpopup(popurl){
var winpops=window.open(popurl,"","width=620, height=320, status,resizable")
}
