function winopen(url,winw,winh)
{
	window.open(url,"","width="+winw+",height="+winh+",top=100,toolbar=no,scrollbars=auto,status=no");
}
