function openpopup(popurl, dim)
{
	var winpops=window.open(popurl,"",dim)
}

