function popup(url) {
	newwindow=window.open('/claimform/' + url,'name','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=500,left = 520,top = 250');
	if (window.focus) {newwindow.focus()}
}
function widepopup(url) {
	newwindow2=window.open(url,'name','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=840,height=440,left=250,top=150');
	if (window.focus) {newwindow.focus()}
}
