function winopen(str, width, height, bars) 
{
	winOpening = window.open(str,'winopen','scrollbars=0' + bars + ', width=' + width + ', height= ' + height + ', resizable=yes, status=no, location=no, toolbar=no');
}