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