// JavaScript Document popup window

			
function openpopup(popurl){
var winpops=window.open(popurl,"","width=520,height=540")
}
