// JavaScript Document
function openpopup(popurl){
var winpops=window.open(popurl,"","width=550,height=400,scrollbars,resizable")
}