function openLargePopup(popurl)
{
	var winpops=window.open(popurl,"","width=775,height=550,scrollbars,resizable=0");
}
