// JavaScript Document

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