function winopen(_url) {
	window.open (_url+'&popup=1', "conditions", "status=1,toolbar=0,resizable=1,width=1024,height=600,scrollbars=1");
}


